Skip to content

Commit

Permalink
Fix the URL to the GitHub release as listed on nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKolander committed Oct 25, 2021
1 parent c45046a commit 19b8500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
version=$TAG
echo "version=$TAG" >> $GITHUB_ENV
echo "urlRelease=https://github.com/KyleKolander/nuget-utilities/releases/tag/$version" >> $GITHUB_ENV
echo "urlRelease=https://github.com/KyleKolander/nuget-utilities/releases/tag/v$version" >> $GITHUB_ENV
echo "releaseNameSummarizerWindows=Summarizer-$version-win-x64" >> $GITHUB_ENV
echo "releaseNameSummarizerLinux=Summarizer-$version-linux-x64" >> $GITHUB_ENV
echo "releaseNameSummarizerMac=Summarizer-$version-osx-x64" >> $GITHUB_ENV
Expand Down

0 comments on commit 19b8500

Please sign in to comment.