diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ccdbc4b..7b4f23a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -42,7 +42,8 @@ jobs: run: go test -race ./... - name: Update manifest.json version - run: sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json + run: | + sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json - name: Commit, tag, and push run: |