Skip to content

Commit b79b0a1

Browse files
committed
Attempt number 4
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent a5fee99 commit b79b0a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- name: Grant execute permission for gradlew
2929
run: chmod +x gradlew
3030
- name: run number with offset
31-
env:
32-
NUM: ${{ github.GITHUB_RUN_NUMBER }}
33-
run: echo "BUILD_NUMBER=$(($NUM+93))" >> $GITHUB_ENV
31+
run: echo "BUILD_NUMBER=$(($GITHUB_RUN_NUMBER+93))" >> $GITHUB_ENV
3432
- name: Build with Gradle
3533
run: ./gradlew --refresh-dependencies -s clean build
3634
env:

0 commit comments

Comments
 (0)