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 085b546 commit b1833abCopy full SHA for b1833ab
docs/misc/hangar-publishing.md
@@ -221,6 +221,6 @@ jobs:
221
- name: Publish
222
env:
223
# Make sure you have added a repository secret in the repository's settings
224
- HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
+ HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
225
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
226
```
0 commit comments