Merge pull request #186 from Tagadda/patch-1

Add a link to upstream release page on the PR message
This commit is contained in:
tituspijean 2022-03-24 20:04:12 +01:00 committed by GitHub
commit 1c682f5d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,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