Use dist-tag beta for publishing
This commit is contained in:
parent
b9d6804c17
commit
729d6ecc7e
@ -33,4 +33,6 @@ jobs:
|
|||||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
|
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
|
||||||
- name: npm publish
|
- name: npm publish
|
||||||
run: |
|
run: |
|
||||||
npm publish
|
# Use beta dist-tag
|
||||||
|
# See https://docs.npmjs.com/cli/v10/commands/npm-dist-tag and https://docs.npmjs.com/adding-dist-tags-to-packages
|
||||||
|
npm publish --tag beta
|
||||||
|
Loading…
Reference in New Issue
Block a user