Skip to content

Commit

Permalink
[PM-10512] Update build number calculation to just be GitHub run numb…
Browse files Browse the repository at this point in the history
…er (#781)
  • Loading branch information
KatherineInCode authored Aug 1, 2024
1 parent d849744 commit 42acf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
- name: Update build number
run: |
BUILD_NUMBER=$(($GITHUB_RUN_NUMBER + 1000))
BUILD_NUMBER=$(($GITHUB_RUN_NUMBER))
yq -i ".settings.CURRENT_PROJECT_VERSION = ${{ inputs.build-number || '$BUILD_NUMBER' }}" 'project.yml'
- name: Build iOS app
Expand Down

0 comments on commit 42acf6f

Please sign in to comment.