From 2ee80757dd4df926c5653a32e00c7c965d8e111e Mon Sep 17 00:00:00 2001 From: mikebender Date: Mon, 17 Jun 2024 14:17:28 -0400 Subject: [PATCH] ci: Publish jsapi-types patch release with v0.33 tag - Should no longer clobber the `latest` tag - Fixes #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 9806ee78315..dd4ee1ecba7 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