diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index 3a4d5945b..d5f986370 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -30,8 +30,8 @@ jobs: - name: Draft release notes uses: release-drafter/release-drafter@v6 with: - tag: ${{ steps.calver.outputs.version || github.ref_name }} - name: ${{ steps.calver.outputs.version || github.ref_name }} - version: ${{ steps.calver.outputs.version || github.ref_name }} + tag: ${{ steps.calver.outputs.version }} + name: ${{ steps.calver.outputs.version }} + version: ${{ steps.calver.outputs.version }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}