diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd909cc4..74acb3b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,8 @@ jobs: - name: Extract name and version from package.json id: packageJson run: | - echo ::set-output name=NAME::$(echo '"${{ steps.package.outputs.content }}"' | jq -r '.name') - echo ::set-output name=VERSION::$(echo '"${{ steps.package.outputs.content }}"' | jq -r '.version') + echo ::set-output name=NAME::$(echo '${{ steps.package.outputs.content }}' | jq -r '.name') + echo ::set-output name=VERSION::$(echo '${{ steps.package.outputs.content }}' | jq -r '.version') - name: Create Release id: create_release