Skip to content

Commit

Permalink
Add double quotes to prevent globbins and word splittins.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Aug 13, 2024
1 parent 96cf53e commit 3f82dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3f82dc3

Please sign in to comment.