Skip to content

Commit bc9dd68

Browse files
authored
fix: pushing to HEAD:main shouldn't have worked anyways
1 parent 02c2be4 commit bc9dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-docs-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
git config user.email "github-actions[bot]@users.noreply.github.com"
4646
git add docs
4747
git commit -m "chore: update docs [skip ci]" || echo "No changes to commit"
48-
git push origin HEAD:main --force-with-lease
48+
git push origin HEAD:changeset-release/main --force-with-lease

0 commit comments

Comments
 (0)