Skip to content

Commit

Permalink
chore(): github action typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omri lugasi authored and omri lugasi committed Jul 30, 2024
1 parent 19591e2 commit a09326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-action-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}} > .npmrc

- name: 'Create Release And Publish'
run: GH_TOKEN=${{secrets.GH_TOKEN}} npx release-toolkit
run: GH_TOKEN=${{secrets.GH_TOKEN}} npx release-toolkit release

- name: 'Clean up'
run: |
Expand Down

0 comments on commit a09326a

Please sign in to comment.