Future proof set-env

This commit is contained in:
zikaeroh 2020-10-09 22:21:24 -07:00
parent f5bd3a29a5
commit 45c7fe21bf
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ jobs:
run: |
export CODIES_VERSION="r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
echo Version $CODIES_VERSION
echo "::set-env name=CODIES_VERSION::$CODIES_VERSION"
echo CODIES_VERSION=$CODIES_VERSION >> $GITHUB_ENV
- name: Turnstyle
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}