Skip to content

Commit

Permalink
fix typo in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Dec 14, 2024
1 parent d78d034 commit 7484520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: "Setup npm" # Add our registry to npm config
run: | # Custom action
npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
npm set "//registry.npmjs.org/:_authToken=${{ secrets.GITHUB_TOKEN }}"
- name: Run release-it
run: npx release-it --ci
env:
Expand Down

0 comments on commit 7484520

Please sign in to comment.