Skip to content

Commit

Permalink
fix features interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
sukoneck committed Dec 4, 2024
1 parent e732ae1 commit 3771013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Paused until docker is pre-installed https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
# - target: aarch64-apple-darwin
# runner: warp-macos-14-arm64-6x
features: ${{ github.event.inputs.features }}
features: ${{ fromJson(inputs.features || '[""]') }}
# - ""
# - "redact-sensitive"

Expand Down

0 comments on commit 3771013

Please sign in to comment.