From 901126d23fecce8013e506737b49318148dc5a85 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 25 Jul 2024 05:53:22 +0000 Subject: [PATCH] Remove beta dist-tag from publish workflow (#72) Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7) Reviewed-on: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/72 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- .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": "",