Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 10896b6

Browse files
author
Eduard Ablekimov
committed
Fix github secrets naming
1 parent a595b52 commit 10896b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
- name: Publish To Bintray
2424
env:
25-
bintrayUsername: ${{ secrets.BINTRAY_USER }}
25+
bintrayUsername: ${{ secrets.BINTRAY_NAME }}
2626
bintrayApiKey: ${{ secrets.BINTRAY_API_KEY }}
2727
run: ./gradlew bintrayUpload

0 commit comments

Comments
 (0)