]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Set tag environment variable using new GHA environment files.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 12 Jan 2021 00:22:08 +0000 (16:22 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 12 Jan 2021 06:48:47 +0000 (07:48 +0100)
.github/workflows/release.yml

index 01652912aa181b262c9323e3020c637b6f837027..c2a306172cb5df5aa8aced81bc753af58c1e563b 100644 (file)
@@ -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: |