diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c684610..b9fb7b1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ --- -name-template: "v$RESOLVED_VERSION" +name-template: "$RESOLVED_VERSION" tag-template: "$RESOLVED_VERSION" change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd9f8c0..5a2efda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - uses: release-drafter/release-drafter@v6.0.0 with: tag: ${{ steps.version.outputs.version }} - name: v${{ steps.version.outputs.version }} + name: ${{ steps.version.outputs.version }} version: ${{ steps.version.outputs.version }} publish: true env: