Skip to content

Commit

Permalink
fix(actions): publish with no-git-checks since update-templates chang…
Browse files Browse the repository at this point in the history
…es src files
  • Loading branch information
eikeland committed Feb 19, 2024
1 parent 8b2a99b commit 79ba8b3
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 @@ -22,7 +22,7 @@ jobs:
pnpm run update-templates
pnpm run build
pnpm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
pnpm publish --access public
pnpm publish --access public --no-git-checks
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 79ba8b3

Please sign in to comment.