Skip to content

Commit

Permalink
chore: remove quotes from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 committed Mar 21, 2023
1 parent 00b0073 commit d7d154a
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 to npm"
name: publish to npm
on: workflow_dispatch
jobs:
main:
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
git config --global user.email ${{ github.actor }}@users.noreply.github.com
git config --global user.name ${{ github.actor }}
- name: ▶️ Run release
- name: Publish to npm
run: npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d7d154a

Please sign in to comment.