Skip to content

Commit

Permalink
Add success message for NuGet package publication in workflow summary
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Jan 24, 2025
1 parent e8ac711 commit 90f7b38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,11 @@ jobs:
--source "$NUGET_SOURCE"
echo -e "\n SUCCESS: dotnet nuget push for snupkg\n\n"
# echo multiline with env var
echo -e "\n\n
NuGet package published successfully!
Package Version: $PACKAGE_VERSION
https://www.nuget.org/packages/AspNetHeaderReplicator/$PACKAGE_VERSION/
\n" >> $GITHUB_STEP_SUMMARY

0 comments on commit 90f7b38

Please sign in to comment.