Skip to content

Commit 35dbd07

Browse files
committed
fix: sem ver push to develop
1 parent eb49a32 commit 35dbd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sem_ver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
git tag -a "$tag" -m "Release $tag"
128128
129129
# Push commit (if any) and annotated tags together
130-
git push origin HEAD:main --follow-tags
130+
git push origin HEAD:develop --follow-tags
131131
132132
- name: Summary
133133
if: steps.bootstrap.outputs.bootstrapped != 'true'

0 commit comments

Comments
 (0)