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.
2 parents 284563a + fe5e69e commit 5b4edcbCopy full SHA for 5b4edcb
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