diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04f4e8c22..1542f7d45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,5 +39,5 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} run: | npm install - npm publish --tag=latest-6 + npm publish