Skip to content

Commit

Permalink
Rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent 2349c75 commit 93a6e56
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 @@ -52,7 +52,7 @@ jobs:
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'github-action@users.noreply.github.com'
- name: 🎁 Publish package to npm and bump version
- name: 🎁 Publish package to npm
run: yarn publish --access public --new-version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 93a6e56

Please sign in to comment.