Skip to content

Commit 533f5bb

Browse files
committed
Attempt number 2 at build numbers
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent 8e436cc commit 533f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
NUM: ${{ github.GITHUB_RUN_NUMBER }}
3333
run: |
34-
echo ::set-env name=BUILD_NUMBER::$(($NUM+93))
34+
echo "BUILD_NUMBER=$(($NUM+93))" >> $GITHUB_ENV
3535
- name: Build with Gradle
3636
run: ./gradlew clean build
3737
env:

0 commit comments

Comments
 (0)