From 3f82dc3bf5529fdfa46e2ccf07a8382c85fff440 Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Tue, 13 Aug 2024 14:11:29 -0500 Subject: [PATCH] Add double quotes to prevent globbins and word splittins. --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index c1c69fe..aaac829 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -70,7 +70,7 @@ jobs: GPG_PRIVATE_KEY_FILE: "0x889B19391F774443-Certify.key" steps: - name: Set IS_PRERELEASE - run: echo "IS_PRERELEASE=${{ inputs.is-prerelease }}" >> $GITHUB_ENV + run: echo "IS_PRERELEASE=${{ inputs.is-prerelease }}" >> "$GITHUB_ENV" - name: Install Dependencies # Some dependencies require this package if: ${{ inputs.os-dependencies != '' }} run: |