Skip to content

Commit

Permalink
ci: Publish jsapi-types patch release with v0.33 tag
Browse files Browse the repository at this point in the history
- Should no longer clobber the `latest` tag
- Fixes #5572
  • Loading branch information
mofojed committed Jun 18, 2024
1 parent fc3c39b commit 918aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 918aee9

Please sign in to comment.