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 }}