Skip to content

Commit

Permalink
ci: do not git tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Feb 12, 2025
1 parent 3dd5b8b commit 916c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ -z "$VERSION" ]; then
exit 1
fi

npm version $VERSION
npm version $VERSION --no-git-tag-version
npx enhanced-publish --if-possible --use-preid-as-tag

0 comments on commit 916c414

Please sign in to comment.