From b26745b14e9e7bfc075cdb471c85365e20d9268f Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Tue, 18 Jun 2024 14:56:39 -0400 Subject: [PATCH] ci: Publish jsapi-types patch release with v0.33 tag (#5625) - Should no longer clobber the `latest` tag - `rc/v0.33.x` workaround for #5572 --- .github/workflows/publish-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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