Skip to content

Commit 5491ecb

Browse files
committed
fix: minor correction in release script
1 parent c678d07 commit 5491ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ done
7070
gh release view "${version}" --repo "$REPO" >/dev/null
7171

7272
echo "Draft release successfully submitted. Please review on GitHub and approve:"
73-
gh release view 0.6.1 | grep "url:"
73+
gh release view "${version}" | grep "url:"
7474
echo ""
7575
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:"
7676
echo " https://github.com//${REPO}/actions"

0 commit comments

Comments
 (0)