Skip to content

Commit fe5e69e

Browse files
committed
create-release: only push created tag
1 parent 284563a commit fe5e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ git checkout main
6868
waitForPr "release-${version}"
6969
git pull git@github.com:nix-community/nix-ld main
7070
git tag "${version}"
71-
git push --tags origin
71+
git push origin "${version}"
7272
gh release create "${version}" --draft --title "${version}" --notes ""

0 commit comments

Comments
 (0)