Skip to content

Commit

Permalink
Try flag on job
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jul 8, 2024
1 parent b0e99d4 commit ddbeb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:

env:
RUST_BACKTRACE: 1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build_bundle_macos:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ddbeb05

Please sign in to comment.