Skip to content

Commit

Permalink
the variable name doesn't need an assignment on the same line when mu…
Browse files Browse the repository at this point in the history
…ltiline

Signed-off-by: Gary Lockett <[email protected]>
  • Loading branch information
Gary Lockett committed Dec 19, 2022
1 parent 179df9e commit f5a4e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-additional-action-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
TAG=${GITHUB_REF/refs\/tags\//}
MAJOR="v$(echo ${TAG} | cut -d. -f1)"
MINOR="${MAJOR}.$(echo ${GITHUB_REF} | cut -d. -f2)"
echo "tags=${MAJOR}<<EOF" >> $GITHUB_OUTPUT
echo "tags<<EOF" >> $GITHUB_OUTPUT
echo "${MAJOR}" >> $GITHUB_OUTPUT
echo "${MINOR}" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f5a4e78

Please sign in to comment.