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 02c2be4 commit bc9dd68Copy full SHA for bc9dd68
.github/workflows/add-docs-to-release.yml
@@ -45,4 +45,4 @@ jobs:
45
git config user.email "github-actions[bot]@users.noreply.github.com"
46
git add docs
47
git commit -m "chore: update docs [skip ci]" || echo "No changes to commit"
48
- git push origin HEAD:main --force-with-lease
+ git push origin HEAD:changeset-release/main --force-with-lease
0 commit comments