Skip to content

Commit

Permalink
ci: fix publishing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 15, 2024
1 parent f5d3ca2 commit 537a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "always-auth=true" >> ~/.npmrc
npm whoami
pnpm -r publish --access=public --no-git-checks
pnpm publish --access=public --no-git-checks
rm ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 537a013

Please sign in to comment.