Skip to content

Commit

Permalink
Beta Version 0.0.2
Browse files Browse the repository at this point in the history
Converted to Gradle and added auto deploying to Hangar using GitHub actions
  • Loading branch information
AndrewDragonCh committed May 3, 2024
1 parent 926b2b2 commit f1bafa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Publish
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
env:
HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}

0 comments on commit f1bafa8

Please sign in to comment.