We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ce3a0b + a6d0f3f commit ca5a93cCopy full SHA for ca5a93c
.github/workflows/add-docs-to-release.yml
@@ -40,4 +40,4 @@ jobs:
40
git config user.email "github-actions[bot]@users.noreply.github.com"
41
git add docs
42
git commit -m "chore: update docs [skip ci]" || echo "No changes to commit"
43
- git push
+ git push origin HEAD:main --force-with-lease
0 commit comments