Skip to content

Commit d12ddb2

Browse files
committed
Fix goreleaser
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
1 parent 23e3b94 commit d12ddb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_TO_SELF }}
4747
- name: Get version
4848
id: get_version
49-
run: echo "VERSION=$(echo '{ \"Version\":\"$GITHUB_REF_NAME\"}')" >> $GITHUB_OUTPUT
49+
run: echo "VERSION={ \"Version\":\"$GITHUB_REF_NAME\"}" >> $GITHUB_OUTPUT
5050
shell: bash
5151
- name: Echo
5252
run: echo ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)