We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1cb56 commit 8aca266Copy full SHA for 8aca266
1 file changed
.github/workflows/gradle.yml
@@ -38,12 +38,6 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- - name: Publish to PaperMC Hangar
42
- if: ${{ github.event_name == 'release' }}
43
- run: ./gradlew publishPluginPublicationToHangar --parallel
44
- env:
45
- HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
46
-
47
- name: Stage jar for Actions
48
if: ${{ github.event_name != 'release' }}
49
run: mkdir staging && cp build/libs/Movecraft-ShipRules.jar staging && mv staging/Movecraft-ShipRules.jar staging/Movecraft-ShipRules_$GITHUB_SHA.jar
0 commit comments