Skip to content

Commit

Permalink
changed release_name to name
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Jan 2, 2025
1 parent 326f18f commit 5f41d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: "${{ env.software_version }}" # Use the tag that triggered the action
release_name: Release v{{ env.software_version }}
name: Release v{{ env.software_version }}
draft: false
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5f41d5e

Please sign in to comment.