Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Aug 30, 2023
2 parents 88a6575 + d69f51c commit 8c5519f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hangar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
java-version: 17
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Generate NMS Components
run: ./gradlew generateNmsComponents
- name: Publish
env:
HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
HANGAR_BUILD_CHANNEL: Snapshot
run: ./gradlew build publishPluginPublicationToHangar --stacktrace --debug --scan
run: ./gradlew build publishPluginPublicationToHangar --stacktrace

0 comments on commit 8c5519f

Please sign in to comment.