diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce2664ac..654037ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,10 +130,7 @@ jobs: echo "Can't publish on NPM, You must first create a secret called NPM_TOKEN that contains your NPM auth token. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets" false fi - EXTRA_ARGS="" - if [ "$IS_BETA" = "true" ]; then - EXTRA_ARGS="--tag beta" - fi + EXTRA_ARGS="--tag v5" npm publish $EXTRA_ARGS env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}