diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 019ce02..49d8750 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -29,7 +29,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: publish: true - name: "${{ env.RELEASE_VERSION }}" - version: "${{ env.RELEASE_VERSION }}" - tag: "${{ env.RELEASE_VERSION }}" + name: ${{ env.RELEASE_VERSION }} + version: ${{ env.RELEASE_VERSION }} + tag: ${{ env.RELEASE_VERSION }} config-name: release-drafter.yaml