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