Skip to content

Commit 901126d

Browse files
prathamesh0nabarun
authored and
nabarun
committed
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 <[email protected]> Co-committed-by: Prathamesh Musale <[email protected]>
1 parent 4f5de6f commit 901126d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitea/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ jobs:
3333
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
3434
- name: npm publish
3535
run: |
36-
# Use beta dist-tag
37-
# See https://docs.npmjs.com/cli/v10/commands/npm-dist-tag and https://docs.npmjs.com/adding-dist-tags-to-packages
38-
npm publish --tag beta
36+
npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerc-io/laconic-registry-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"repository": "[email protected]:cerc-io/laconic-registry-cli.git",
66
"author": "",

0 commit comments

Comments
 (0)