Skip to content

Commit 4b3fc11

Browse files
committed
fix release.yml
1 parent 23dd968 commit 4b3fc11

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
@@ -78,7 +78,7 @@ jobs:
7878
TAG="v$V"
7979
# Create and push annotated tag to repo.
8080
git tag -a -m "F* version $V" "$TAG" "${{github.sha}}"
81-
git push "$TAG"
81+
git push origin "$TAG"
8282
8383
# Create github release.
8484
gh release create --prerelease \

0 commit comments

Comments
 (0)