Skip to content

Commit 1f62c4f

Browse files
committed
quote SECRING_FILE
1 parent c1f2e42 commit 1f62c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "🔐 Generate key file for artifact signing"
4343
env:
4444
SECRING_FILE: ${{ secrets.SECRING_FILE }}
45-
run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
45+
run: echo "$SECRING_FILE" | base64 -d > ${{ github.workspace }}/secring.gpg
4646
- name: "Export .sdkmanrc properties"
4747
uses: apache/grails-github-actions/export-gradle-properties@asf
4848
with:

0 commit comments

Comments
 (0)