Skip to content

Commit

Permalink
hotfix: no-git-checks in pub
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jul 24, 2023
1 parent b4f59d0 commit 59c77ac
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 @@ -51,7 +51,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm config set //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
pnpm -F @ensdomains/thorin publish
pnpm -F @ensdomains/thorin publish --no-git-checks
- name: Push changes
run: git push
Expand Down

0 comments on commit 59c77ac

Please sign in to comment.