Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iancharlesdouglas authored May 24, 2023
1 parent 21b8d86 commit 97458f3
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
@@ -1,4 +1,4 @@
name: Publish package to npm registry
name: Publish package to npm
run-name: Publish to NPM by ${{github.actor}}
on:
release:
Expand All @@ -19,4 +19,4 @@ jobs:
- run: pnpm build
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 97458f3

Please sign in to comment.