From f53bcd4f20a094056e637771f6463259bd506477 Mon Sep 17 00:00:00 2001 From: Steven Fuqua Date: Sun, 24 Jan 2021 00:18:56 -0800 Subject: [PATCH] More action updates --- .github/workflows/zip-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/zip-release.yml b/.github/workflows/zip-release.yml index 69bb486..59b243b 100644 --- a/.github/workflows/zip-release.yml +++ b/.github/workflows/zip-release.yml @@ -28,12 +28,10 @@ jobs: run: npm run lint && npm run build && npm test # Use jq to read the "version" attribute of module.json and store it - # in an env variable NEW_VERSION for later steps, as well as a step - # output called new_version. + # in an output called new_version for later steps. - name: Get latest manifest version id: get_version run: | - echo "::set-env name=NEW_VERSION::$(jq -r '.version' module.json)" echo "::set-output name=new_version::$(jq -r '.version' module.json)" - name: Delete download URL from manifest and copy to output directory