diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1db318..d4a9fe19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: run: find ./artifacts/* -name "*.dbg.json" -type f -delete - name: Delete useless files run: rm -rf ./artifacts/build-info/* - - run: npm publish + - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}