Update the usage of set-output command in GH actions (#1464)

This commit is contained in:
Vasi Vasireddy
2022-12-29 09:48:45 -08:00
committed by GitHub
parent 41438ba9d2
commit f38eeb73df

View File

@ -23,7 +23,7 @@ git push origin release/${VERSION}
./scripts/generate_instrumentation_bootstrap.py
rc=$?
if [ $rc != 0 ]; then
echo "::set-output name=version_updated::0"
echo "version_updated=0" >> $GITHUB_OUTPUT
exit 0
fi