diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7c79cfa..1cb36f2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: generate_release_notes: true - name: 'v${{ github.ref_name }}' + name: ${{ github.ref_name }} draft: false prerelease: false