Skip to content

Commit

Permalink
fixing the tagname issue
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <[email protected]>
  • Loading branch information
savitharaghunathan committed Feb 4, 2025
1 parent f5e837a commit 028936b
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 @@ -52,7 +52,7 @@ jobs:
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "tag_name=${{ inputs.tag_name }}" >> $GITHUB_OUTPUT
else
echo "tag_name=${{ github.ref }}" >> $GITHUB_OUTPUT
echo "tag_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
fi
shell: bash

Expand Down

0 comments on commit 028936b

Please sign in to comment.