chore: make latest tag default for publishing (#216)

This commit is contained in:
Sasha 2023-03-06 20:56:41 +01:00 committed by GitHub
parent 74b6bd11b4
commit 2cf9160aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"