Skip to content

Commit 1052475

Browse files
committed
ci: push the v1 tag to correct repo
1 parent 7f8a667 commit 1052475

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
@@ -117,4 +117,4 @@ jobs:
117117
118118
VERSION=$(echo ${{ env.release_version }} | cut -d. -f1)
119119
git tag -f v${VERSION}
120-
git push -f v${VERSION}
120+
git push -f origin v${VERSION}

0 commit comments

Comments
 (0)