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.
1 parent 5bd18b5 commit 4757174Copy full SHA for 4757174
.github/workflows/add-docs-to-release.yml
@@ -38,6 +38,8 @@ jobs:
38
run: |
39
git config user.name "github-actions[bot]"
40
git config user.email "github-actions[bot]@users.noreply.github.com"
41
+ git fetch origin main
42
+ git rebase origin/main
43
git add docs
44
git commit -m "chore: update docs [skip ci]" || echo "No changes to commit"
45
git push origin HEAD:main --force-with-lease
0 commit comments