fix: omits git tag prefix to align with npm semver requirements

This commit is contained in:
Mark Mankarious
2023-07-04 19:25:25 +01:00
parent 0b4b7aadfc
commit 5251bec23c

View File

@@ -36,6 +36,7 @@ jobs:
name: Publish package
command: |
npm set //registry.npmjs.org/:_authToken=$npm_TOKEN
npm config set tag-version-prefix 'v'
npm publish --tag << pipeline.git.tag >>
workflows: