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

This commit is contained in:
Mark Mankarious
2023-07-04 19:29:05 +01:00
parent 5251bec23c
commit 408d7760b2

View File

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