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

This commit is contained in:
Jesse Hills 2022-11-10 07:42:14 +13:00
parent c6afae0da5
commit 9682e60a25
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -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: