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 7f9ff79 commit 5c4ccedCopy full SHA for 5c4cced
.github/workflows/gradle-release.yml
@@ -13,10 +13,8 @@ jobs:
13
uses: actions/setup-java@v1
14
with:
15
java-version: 1.8
16
- - name: Verify CI check status
17
- run: .github/workflows/scripts/check_ci_status.sh $GITHUB_SHA
18
- name: Release with Gradle
19
- run: ./gradlew -Pversion=$GITHUB_REF release --scan --no-daemon -i
+ run: ./gradlew -Pversion=${GITHUB_REF##*/} release --scan --no-daemon -i
20
env:
21
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
22
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
0 commit comments