fix: explicitly includes tag when publishing to npm

This commit is contained in:
Mark Mankarious
2023-07-04 18:53:24 +01:00
parent c733b7b433
commit 0b4b7aadfc

View File

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