Skip to content

Commit

Permalink
update release in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 23, 2024
1 parent 28337c0 commit 13c2b14
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 @@ -314,7 +314,7 @@ jobs:
github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@v1
with:
tag_name: {{ env.software_version }} # Use the tag that triggered the action
tag_name: "${{ env.software_version }}" # Use the tag that triggered the action
release_name: Release v{{ env.software_version }}
draft: false
generate_release_notes: true
Expand Down

0 comments on commit 13c2b14

Please sign in to comment.