make latest tag default for publishing

This commit is contained in:
Sasha 2023-03-01 23:20:25 +01:00
parent faf8cf83c8
commit 2b2c34a092
No known key found for this signature in database

View File

@ -74,5 +74,5 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.WAKU_CREATE_APP_PUBLISH }}" > ./.npmrc
working-directory: "create-waku-app"
- run: npm publish --tag next --access public
- run: npm publish --tag latest --access public
working-directory: "create-waku-app"