mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-23 01:28:16 +00:00
chore: make latest default tag for publishing (#1260)
This commit is contained in:
parent
5b0c3c3cac
commit
0824345f0e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user