Skip to content

Commit

Permalink
Merge pull request #11 from connected-hil/fix/actions-release
Browse files Browse the repository at this point in the history
fix: wrong TAG in publish
  • Loading branch information
larte authored Mar 22, 2024
2 parents 76da73c + 42d1bd5 commit bb5dc68
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 bb5dc68

Please sign in to comment.