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 7336e4a commit ad58df0Copy full SHA for ad58df0
.github/workflows/gradle-release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 1.8
16
- name: Verify CI check status
17
- run: .github/workflows/scripts/check_ci_status.sh
+ 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
20
env:
0 commit comments