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 b680ece commit 5ec0ed3Copy full SHA for 5ec0ed3
.github/workflows/patch-release-build.yml
@@ -77,6 +77,6 @@ jobs:
77
arguments: final --stacktrace -Prelease.version=${{ github.event.inputs.version }}
78
env:
79
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
80
- BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
+ BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
81
GRGIT_USER: ${{ github.actor }}
82
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release-build.yml
@@ -25,6 +25,6 @@ jobs:
25
run: ./gradlew final --stacktrace -Prelease.version=${{ github.event.inputs.version }} --info
26
27
28
29
30
0 commit comments