Skip to content

Commit

Permalink
chore: add no git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Oct 11, 2024
1 parent 2f6a500 commit 937e0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-docker-simple-fast-pnpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
with:
commit: 'chore: update versions'
title: 'chore: update versions'
publish: pnpm -r publish --access public
publish: pnpm -r publish --no-git-checks --access public

- name: Create Release Pull Request and Publish npm package
if: steps.context.outputs.is-release == 'true' && inputs.publish-to-public == 'false'
Expand All @@ -432,7 +432,7 @@ jobs:
with:
commit: 'chore: update versions'
title: 'chore: update versions'
publish: pnpm -r publish
publish: pnpm -r publish --no-git-checks

outputs:
# Even constant outputs become initialized only after job start.
Expand Down

0 comments on commit 937e0bc

Please sign in to comment.