From 2084bb0e7a4e98ac0b79ae3093428d373aaf2dc2 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 23 Apr 2024 15:22:44 +0200 Subject: [PATCH] Remove JSON.parse call from homebrew-tap action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e09b500fb8..8643ac3554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: with: github-token: ${{ secrets.DECO_GITHUB_TOKEN }} script: | - let artifacts = JSON.parse('${{ needs.goreleaser.outputs.artifacts }}') + let artifacts = ${{ needs.goreleaser.outputs.artifacts }} artifacts = artifacts.filter(a => a.type == "Archive") artifacts = new Map( artifacts.map(a => [