We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd032fd commit 23e3b94Copy full SHA for 23e3b94
1 file changed
.github/workflows/goreleaser.yml
@@ -46,7 +46,7 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_TO_SELF }}
47
- name: Get version
48
id: get_version
49
- run: echo "VERSION=$(echo \"{ \"Version\":\"$GITHUB_REF_NAME\"}\")" >> $GITHUB_OUTPUT
+ run: echo "VERSION=$(echo '{ \"Version\":\"$GITHUB_REF_NAME\"}')" >> $GITHUB_OUTPUT
50
shell: bash
51
- name: Echo
52
run: echo ${{ steps.get_version.outputs.VERSION }}
0 commit comments