Skip to content

Commit

Permalink
publish with no-git-checks option
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPleshkov committed Aug 3, 2023
1 parent 8b45769 commit 8e584d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: node scripts/prepublish.mjs
- run: pnpm publish --access public
- run: pnpm publish --access public --no-git-checks

- name: Archive npm failure logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8e584d3

Please sign in to comment.