Skip to content

Commit 8aca266

Browse files
committed
Update gradle.yml
1 parent 9a1cb56 commit 8aca266

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

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-
4741
- name: Stage jar for Actions
4842
if: ${{ github.event_name != 'release' }}
4943
run: mkdir staging && cp build/libs/Movecraft-ShipRules.jar staging && mv staging/Movecraft-ShipRules.jar staging/Movecraft-ShipRules_$GITHUB_SHA.jar

0 commit comments

Comments
 (0)