Use dist-tag beta for publishing #65

Merged
ashwin merged 1 commits from pm-beta-release into laconic2 2024-06-19 05:36:30 +00:00

View File

@ -33,4 +33,6 @@ jobs:
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
- name: npm publish
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