From 9ab5ff36d1e1aad668d2417249e968d6f7cbde14 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 25 Jul 2024 11:12:47 +0530 Subject: [PATCH] Remove beta dist-tag from publish workflow --- .gitea/workflows/publish.yaml | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 618bebf..88a9807 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -33,6 +33,4 @@ jobs: npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}" - name: npm publish run: | - # 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 + npm publish diff --git a/package.json b/package.json index 9b8bda9..a2eade2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-registry-cli", - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", "repository": "git@github.com:cerc-io/laconic-registry-cli.git", "author": "",