mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: omits git tag prefix to align with npm semver requirements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user