Skip to content

Commit

Permalink
Merge pull request #45 from fsegurai/development
Browse files Browse the repository at this point in the history
fix/npm publish setup file on determine_tag
  • Loading branch information
fsegurai authored Oct 25, 2024
2 parents d716241 + faf0e28 commit bb71de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
echo "TAG=next" >> $GITHUB_OUTPUT
else
echo "TAG=latest" >> $GITHUB_OUTPUT
fi
- name: Release to NPM registry 🚀
env:
Expand Down

0 comments on commit bb71de7

Please sign in to comment.