diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ced63..eb8c798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"