Skip to content

Commit

Permalink
ci: parse version
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jun 7, 2023
1 parent 84c83c8 commit 593a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Final verdict: tag prefixed with `v`, everything else without prefix => package.json, config.json (version is used for docker build)
run: |
TAG=${{ github.event.release.tag_name }}
echo "version=${TAG#v}" >> $GITHUB_ENV
echo "version=${TAG#v}" >> "$GITHUB_OUTPUT"
- name: Update root package.json version
uses: jossef/[email protected]
with:
Expand Down

0 comments on commit 593a327

Please sign in to comment.