From 918aee9ab847587107d85e7c547db77970fd4910 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 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