We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284563a commit fe5e69eCopy full SHA for fe5e69e
scripts/create-release.sh
@@ -68,5 +68,5 @@ git checkout main
68
waitForPr "release-${version}"
69
git pull git@github.com:nix-community/nix-ld main
70
git tag "${version}"
71
-git push --tags origin
+git push origin "${version}"
72
gh release create "${version}" --draft --title "${version}" --notes ""
0 commit comments