Skip to content

Commit

Permalink
fix: correct link to new release draft
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Oct 17, 2022
1 parent e03f691 commit f4ba813
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:"
echo " https://github.com/${REPO}/releases/tag/${version}"
gh release view 0.6.1 | 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 f4ba813

Please sign in to comment.