diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f8ad5d8..c204b3c 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -30,6 +30,7 @@ fi echo "Current version: $current_version" echo "Latest release from upstream: $version" echo "VERSION=$version" >> $GITHUB_ENV +echo "REPO=$repo" >> $GITHUB_ENV # For the time being, let's assume the script will fail echo "PROCEED=false" >> $GITHUB_ENV diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..4363d38 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -46,4 +46,5 @@ jobs: title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} + [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}) draft: false