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 6fe4673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:

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

Expand Down

0 comments on commit 6fe4673

Please sign in to comment.