Skip to content

Commit

Permalink
ignore empty commit failures
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Sep 24, 2024
1 parent 56c6a76 commit 8ad8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
cd tools/release
npx gulp addPackagesToReadme
git add README.md
git commit -m 'docs: autogenerate package table in README'
git commit -m 'docs: autogenerate package table in README' || true
git push

0 comments on commit 8ad8b28

Please sign in to comment.