From: Nathan Moinvaziri Date: Tue, 12 Jan 2021 00:22:08 +0000 (-0800) Subject: Set tag environment variable using new GHA environment files. X-Git-Tag: v2.0.0-RC2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58a573d736628a6e30599e6bd1815663b8ff8de;p=thirdparty%2Fzlib-ng.git Set tag environment variable using new GHA environment files. --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01652912..c2a30617 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Set environment variables shell: bash - run: echo "::set-env name=tag::${GITHUB_REF/refs\/tags\//}" + run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV - name: Generate project files run: |