Skip to content

Commit

Permalink
Update increment-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoggam1 authored Jun 16, 2024
1 parent 4d4ce03 commit a105ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Increment version code
env:
NUM: ${{ github.run_number }}
NUM: ${{ github.run_attempt }}
run: |
echo "VERSION_CODE=$(($NUM + $INITIAL_VERSION_CODE))" >> $GITHUB_ENV
Expand Down

0 comments on commit a105ea1

Please # to comment.