Use dist-tag beta for publishing (#65)
All checks were successful
Publish npm package to gitea / npm_publish (18.x) (release) Successful in 1m14s
All checks were successful
Publish npm package to gitea / npm_publish (18.x) (release) Successful in 1m14s
Part of [Create a public laconicd testnet](https://www.notion.so/Incentivized-testnet-for-laconicd-53e4c32aa0c741baa062b15d85c1e359?pvs=21) Reviewed-on: #65 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
parent
b9d6804c17
commit
aff309eaad
@ -33,4 +33,6 @@ jobs:
|
||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
|
||||
- name: npm publish
|
||||
run: |
|
||||
npm publish
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user