From 37710134479e4f05ca6b1e2c38ca305f3287d77c Mon Sep 17 00:00:00 2001 From: Daniel Sukoneck Date: Tue, 3 Dec 2024 18:01:10 -0700 Subject: [PATCH] fix features interpolation --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 53afdef3..5308982e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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"