From 7d14b65dc1843fb77f19f36ba8a5e5f1bb43faff Mon Sep 17 00:00:00 2001 From: chrisjbillington Date: Mon, 4 Jan 2021 13:40:14 +1100 Subject: [PATCH] Do not use deprecated set-env command --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b4e03..e438371 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,8 +111,8 @@ jobs: else CONDA_BUILD_ARGS="" fi - echo "::set-env name=CONDA_INSTALLER::$CONDA_INSTALLER" - echo "::set-env name=CONDA_BUILD_ARGS::$CONDA_BUILD_ARGS" + echo "CONDA_INSTALLER=$CONDA_INSTALLER" >> $GITHUB_ENV + echo "CONDA_BUILD_ARGS=$CONDA_BUILD_ARGS" >> $GITHUB_ENV - name: Conda package (Unix) if: runner.os != 'Windows' @@ -211,7 +211,7 @@ jobs: if: github.event.ref_type == 'tag' run: | VERSION="${GITHUB_REF/refs\/tags\/v/}" - echo "::set-env name=VERSION::$VERSION" + echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Create GitHub Release if: github.event.ref_type == 'tag' pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy