diff --git a/.github/workflows/publish-ci.yml b/.github/workflows/publish-ci.yml index baef372882b..8513b6ff5f5 100644 --- a/.github/workflows/publish-ci.yml +++ b/.github/workflows/publish-ci.yml @@ -113,5 +113,5 @@ jobs: if: ${{ startsWith(github.ref, 'refs/heads/release/v') }} env: NODE_AUTH_TOKEN: ${{ secrets.DEEPHAVENBOT_NPM_TOKEN }} - run: npm publish --tag latest web/client-api/types/build/deephaven-jsapi-types-*.tgz + run: npm publish --tag v0.33 web/client-api/types/build/deephaven-jsapi-types-*.tgz continue-on-error: true