Remove beta dist-tag from publish workflow #72

Merged
nabarun merged 1 commits from pm-update-workflow into main 2024-07-25 05:53:23 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -33,6 +33,4 @@ 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: |
# Use beta dist-tag npm publish
# 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

View File

@ -1,6 +1,6 @@
{ {
"name": "@cerc-io/laconic-registry-cli", "name": "@cerc-io/laconic-registry-cli",
"version": "0.2.0", "version": "0.2.1",
"main": "index.js", "main": "index.js",
"repository": "git@github.com:cerc-io/laconic-registry-cli.git", "repository": "git@github.com:cerc-io/laconic-registry-cli.git",
"author": "", "author": "",