Skip to content

Commit

Permalink
Use inputs.version instead of env.version
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Mar 3, 2025
1 parent b1c25cf commit 71da83b
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 @@ -251,7 +251,7 @@ jobs:
- name: Update app version in pubspec.yaml
shell: bash
env:
VERSION: ${{ env.version }}
VERSION: ${{ inputs.version }}
RUN_NUMBER: ${{ github.run_number }}
run: |
NEW_VERSION="${VERSION}+${RUN_NUMBER}"
Expand Down

0 comments on commit 71da83b

Please sign in to comment.