Skip to content

Commit

Permalink
use ref instead of ref_name
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Oct 18, 2024
1 parent cc70965 commit b233a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-version-and-tag-for-ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [ -n "${{ inputs.ref_name }}" ]; then
tag=${{ inputs.ref_name }}
else
tag=${{ github.ref_name }}
tag=${{ github.ref }}
fi
echo "tag=$tag" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit b233a0a

Please sign in to comment.