Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrepreneur committed Dec 21, 2023
1 parent eac593e commit 5aab9ce
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 @@ -25,7 +25,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=8096

- name: Publish NPM Package
run: pnpm publish --non-interactive --access public
run: pnpm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down

0 comments on commit 5aab9ce

Please sign in to comment.