Skip to content

Commit

Permalink
ci: rm pm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
seiry committed Nov 11, 2023
1 parent cec6fc9 commit a8254be
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 @@ -34,7 +34,7 @@ jobs:
if: github.ref == 'refs/tags/v*' # Only run on version tags
run: |
yarn build
npm login --registry=https://registry.npmjs.org/ --scope=your-scope
npm login --registry=https://registry.npmjs.org/
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit a8254be

Please sign in to comment.