Skip to content

Commit

Permalink
fix: use correct actions env var name in Hangar publish.yml (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoolspy authored Nov 3, 2024
1 parent 085b546 commit b1833ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/hangar-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ jobs:
- name: Publish
env:
# Make sure you have added a repository secret in the repository's settings
HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
```

0 comments on commit b1833ab

Please sign in to comment.