Skip to content

Commit c20fadb

Browse files
committed
create the v1.0 tag.
1 parent 6b67797 commit c20fadb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
run: |
4040
git tag v${GITHUB_REF/refs\/heads\/release\//}.$GITHUB_RUN_NUMBER
4141
git push origin v${GITHUB_REF/refs\/heads\/release\//}.$GITHUB_RUN_NUMBER || echo "Tag already exists."
42-
git push origin HEAD:v${GITHUB_REF/refs\/heads\/release\//} -f
42+
git tag v${GITHUB_REF/refs\/heads\/release\//}
43+
git push origin v${GITHUB_REF/refs\/heads\/release\//} -f

0 commit comments

Comments
 (0)