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 654065f commit d78d034
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 @@ -33,7 +33,7 @@ jobs:
- name: "Setup npm" # Add our registry to npm config
run: | # Custom action
npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
- name: Run release-it
run: npx release-it --ci
env:
Expand Down

0 comments on commit d78d034

Please sign in to comment.