Skip to content

Commit

Permalink
Updated logic to include library name in the tag and release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 8, 2024
1 parent 2f8fcda commit 0691c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-package-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.NEW_VERSION }}
release_name: Release ${{ env.NEW_VERSION }}
tag_name: ${{ inputs.nuget_package_name }}-${{ env.NEW_VERSION }}
release_name: Release ${{ env.NEW_VERSION }} for ${{ inputs.nuget_package_name }}
body: ${{ env.RELEASE_DESCRIPTION }}
draft: false
prerelease: false

0 comments on commit 0691c13

Please sign in to comment.