mirror of https://github.com/waku-org/js-waku.git
chore: make latest default tag for publishing (#1260)
This commit is contained in:
parent
5b0c3c3cac
commit
0824345f0e
|
@ -231,7 +231,7 @@ jobs:
|
|||
- run: npm run build
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
|
||||
- run: npm publish --workspaces --next --access public
|
||||
- run: npm publish --workspaces --tag latest --access public
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue