Skip to content

Commit

Permalink
Revert "ci: Publish jsapi-types patch release with v0.35 tag (#5800)"
Browse files Browse the repository at this point in the history
This reverts commit de54114.
  • Loading branch information
devinrsmith committed Jul 19, 2024
1 parent d2eab7d commit 3066cc1
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 v0.35 web/client-api/types/build/deephaven-jsapi-types-*.tgz
run: npm publish --provenance --tag latest web/client-api/types/build/deephaven-jsapi-types-*.tgz
continue-on-error: true

0 comments on commit 3066cc1

Please sign in to comment.