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 a5fee99 commit b79b0a1Copy full SHA for b79b0a1
.github/workflows/build-and-deploy.yaml
@@ -28,9 +28,7 @@ jobs:
28
- name: Grant execute permission for gradlew
29
run: chmod +x gradlew
30
- name: run number with offset
31
- env:
32
- NUM: ${{ github.GITHUB_RUN_NUMBER }}
33
- run: echo "BUILD_NUMBER=$(($NUM+93))" >> $GITHUB_ENV
+ run: echo "BUILD_NUMBER=$(($GITHUB_RUN_NUMBER+93))" >> $GITHUB_ENV
34
- name: Build with Gradle
35
run: ./gradlew --refresh-dependencies -s clean build
36
env:
0 commit comments