Skip to content

Commit

Permalink
Remove beta dist-tag from publish workflow (#72)
Browse files Browse the repository at this point in the history
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 <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
  • Loading branch information
prathamesh0 authored and nabarun committed Jul 25, 2024
1 parent 4f5de6f commit 901126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitea/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit 901126d

Please sign in to comment.