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 c678d07 commit 5491ecbCopy full SHA for 5491ecb
tools/release.sh
@@ -70,7 +70,7 @@ done
70
gh release view "${version}" --repo "$REPO" >/dev/null
71
72
echo "Draft release successfully submitted. Please review on GitHub and approve:"
73
-gh release view 0.6.1 | grep "url:"
+gh release view "${version}" | grep "url:"
74
echo ""
75
echo "Once approved, it will be visible externally, and the new git tag will be created, which should trigger CI build. You can track its progress at:"
76
echo " https://github.com//${REPO}/actions"
0 commit comments