Skip to content

Commit

Permalink
add yarn write:configs command to make sure to get the right version …
Browse files Browse the repository at this point in the history
…number in CI
  • Loading branch information
matthme committed Nov 18, 2024
1 parent a2206e3 commit 5cab293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

- name: Retrieve version
run: |
yarn write:configs
echo "Retrieved App version: $(node -p -e "require('./package.json').version")"
echo "APP_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_OUTPUT
id: version
Expand Down

0 comments on commit 5cab293

Please sign in to comment.