Skip to content

Commit

Permalink
Fix typescript npm publish CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
foxymiles committed Jul 28, 2023
1 parent c5b3eec commit 7d80568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ jobs:

- name: Publish to NPM
if: ${{ startsWith(github.ref, 'refs/tags/releases/typescript/core/v') }}
run: yarn workspace @mcap/core publish --access public
run: yarn workspace @mcap/core npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

typescript-examples:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d80568

Please sign in to comment.