Skip to content

Commit b1833ab

Browse files
authored
fix: use correct actions env var name in Hangar publish.yml (#494)
1 parent 085b546 commit b1833ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/misc/hangar-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ jobs:
221221
- name: Publish
222222
env:
223223
# Make sure you have added a repository secret in the repository's settings
224-
HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
224+
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
225225
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
226226
```

0 commit comments

Comments
 (0)