Skip to content

Commit

Permalink
Fixed version draft generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 28, 2024
1 parent 05161d7 commit 729df1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draft-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

1 comment on commit 729df1c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.