Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: prod pipeline (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
wynn987 authored Nov 3, 2022
1 parent 143b40b commit ba61053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_and_build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
id: latestBuildVersion
run: |
# there were 116 builds before the run count got resetted due to migrating to eas
sum=$(( $github.run_number + 116 ))
sum=$(( $GITHUB_RUN_NUMBER + 116 ))
echo "::set-output name=version::${sum}"
- name: Echo Version Details
run: |
Expand Down

0 comments on commit ba61053

Please sign in to comment.