Skip to content

Commit

Permalink
cambio set-output v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gninaunitedvirtualities committed Dec 8, 2022
1 parent fe90d0c commit c96fd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ls -al
var=$(cat Home.md | grep PRODUCTION | cut -d":" -f2 )
echo $var
echo "{tag_version}={var}" >> $GITHUB_OUTPUT
echo "tag_version=${var}" >> $GITHUB_OUTPUT


Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
newTag="v${tag_array[0]}.${tag_array[1]}.${temp}"
echo "latest-tag=v${tag_array[0]}.${tag_array[1]}.${temp}" >> $GITHUB_ENV
echo "{tag_version}={newTag}" >> $GITHUB_OUTPUT
echo "tag_version=${newTag}" >> $GITHUB_OUTPUT
fi
echo "New Tag: ${newTag}"
Expand Down

0 comments on commit c96fd4f

Please sign in to comment.