Skip to content

Commit

Permalink
fix: minor correction in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Dec 13, 2022
1 parent c678d07 commit 5491ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Expand Up @@ -70,7 +70,7 @@ done
gh release view "${version}" --repo "$REPO" >/dev/null

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

0 comments on commit 5491ecb

Please sign in to comment.