Skip to content

Commit

Permalink
fix: wrong TAG in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
larte committed Mar 22, 2024
1 parent 0cd63d0 commit 42d1bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set version
run: |
TAG=${{ github.event.release.tag_name }}
echo "VERSION=${TAG:v}" >> $GITHUB_ENV"
echo "VERSION=${TAG:v}" >> $GITHUB_ENV
- name: Bump Version of package.json
uses: ramonpaolo/bump-version@v2.3.1
with:
Expand Down

0 comments on commit 42d1bd5

Please sign in to comment.