Skip to content

Commit 6d177cc

Browse files
committed
gha: Do not repush all tags on release
1 parent 34bf947 commit 6d177cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
git commit -m "Binary release $TAG_NAME" -S
8989
git push origin $BRANCH_NAME-binary
9090
git tag $TAG_NAME-binary -s -m $TAG_NAME-binary
91-
git push origin $BRANCH_NAME-binary --tags
91+
git push origin $TAG_NAME-binary
9292
9393
- name: Cleanup source tree
9494
run: git checkout $TAG_NAME && rm -rf * && git checkout .

0 commit comments

Comments
 (0)