Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 3, 2024
1 parent a80f8a2 commit 8574241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- run: npm run build
- name: Publish NPM
if: ${{ startsWith(github.event.ref, 'refs/tags') }}
run: npm publish
run: npm publish --@tybys:registry=https://registry.npmjs.org/ --access public

0 comments on commit 8574241

Please sign in to comment.