Skip to content

Commit

Permalink
ci: Publish jsapi-types patch release with v0.35 tag (#5800)
Browse files Browse the repository at this point in the history
- Should no longer clobber the `latest` tag
- `rc/v0.35.x` workaround for #5572
  • Loading branch information
mofojed authored Jul 18, 2024
1 parent 1b7aaba commit de54114
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 @@ -117,5 +117,5 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/heads/release/v') }}
env:
NODE_AUTH_TOKEN: ${{ secrets.DEEPHAVENBOT_NPM_TOKEN }}
run: npm publish --provenance --tag latest web/client-api/types/build/deephaven-jsapi-types-*.tgz
run: npm publish --provenance --tag v0.35 web/client-api/types/build/deephaven-jsapi-types-*.tgz
continue-on-error: true

0 comments on commit de54114

Please sign in to comment.