Skip to content

Commit 3405c0a

Browse files
committed
ci: fix release push target (main -> source) so PyPI publish fires (CDI-1169)
1 parent 553de11 commit 3405c0a

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
@@ -59,5 +59,5 @@ jobs:
5959
6060
- name: Push
6161
run: |
62-
git push origin main
62+
git push origin HEAD:source
6363
git push origin --tags

0 commit comments

Comments
 (0)