1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

Update set-output to use new GITHUB_OUTPUT (#4008)

This commit is contained in:
Jesse Hills
2022-11-10 07:42:14 +13:00
committed by GitHub
parent 3155f02be6
commit 2455589f61

View File

@@ -31,7 +31,7 @@ jobs:
today="$(date --utc '+%Y%m%d')" today="$(date --utc '+%Y%m%d')"
TAG="${TAG}${today}" TAG="${TAG}${today}"
fi fi
echo "::set-output name=tag::${TAG}" echo "tag=${TAG}" >> $GITHUB_OUTPUT
# yamllint enable rule:line-length # yamllint enable rule:line-length
deploy-pypi: deploy-pypi: