We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5de6f commit 901126dCopy full SHA for 901126d
.gitea/workflows/publish.yaml
@@ -33,6 +33,4 @@ jobs:
33
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
34
- name: npm publish
35
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
+ npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cerc-io/laconic-registry-cli",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"main": "index.js",
5
"repository": "[email protected]:cerc-io/laconic-registry-cli.git",
6
"author": "",
0 commit comments