Skip to content

Commit ab32779

Browse files
fix(ci): specify explicit push target in release workflow
1 parent c51dc82 commit ab32779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
cp -r rendered/* packaging/
157157
git add packaging/
158158
git diff --cached --quiet || git commit -m "chore: update packaging for v${{ steps.version.outputs.version }}"
159-
git push
159+
git push origin HEAD:main
160160
161161
# ── Winget ──────────────────────────────────────────────
162162
- name: Publish to Winget

0 commit comments

Comments
 (0)