Remove deprecated set-env
This commit is contained in:
parent
74f1585f68
commit
d3c119c51f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ set -ex
|
|||
VERSION=`cat VERSION`
|
||||
|
||||
if [[ $GITHUB_REF == "refs/heads/master" ]]; then
|
||||
echo "::set-env name=TAGS::latest,${VERSION}"
|
||||
echo "TAGS=latest,${VERSION}" >> $GITHUB_ENV
|
||||
else
|
||||
echo "::set-env name=TAGS::dev,${VERSION}-dev"
|
||||
echo "TAGS=dev,${VERSION}-dev" >> $GITHUB_ENV
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue