Skip to content

Commit

Permalink
Replaced old reference to variable with correct name (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch authored Feb 22, 2024
1 parent 469903d commit 1b4056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if $? != 0; then
exit 1
fi
script_output=$(echo "${new_tag}" | tail -n 1)
script_output=$(echo "${script_output}" | tail -n 1)
echo "New tag version: ${script_output}"
echo "new_tag=${script_output}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 1b4056c

Please sign in to comment.