From ddbeb0579aaf97302263ab271a3e8edf62aa0ed2 Mon Sep 17 00:00:00 2001 From: Adrian Palacios Date: Mon, 8 Jul 2024 15:29:01 +0000 Subject: [PATCH] Try flag on job --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d5fa863f92b..7e2ae761abc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ on: env: RUST_BACKTRACE: 1 - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: build_bundle_macos: @@ -74,6 +73,8 @@ jobs: build_bundle_linux: name: BuildBundle-Linux runs-on: ubuntu-20.04 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true outputs: # The bundle version (latest or the version to be released) version: ${{ steps.bundle.outputs.version }}