Skip to content

Commit

Permalink
Update set-output to use new GITHUB_OUTPUT (esphome#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Nov 9, 2022
1 parent 3155f02 commit 2455589
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 @@ -31,7 +31,7 @@ jobs:
today="$(date --utc '+%Y%m%d')"
TAG="${TAG}${today}"
fi
echo "::set-output name=tag::${TAG}"
echo "tag=${TAG}" >> $GITHUB_OUTPUT
# yamllint enable rule:line-length

deploy-pypi:
Expand Down

0 comments on commit 2455589

Please sign in to comment.