Skip to content

Commit

Permalink
chore: update release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Aug 27, 2024
1 parent bf5fca1 commit cc97550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name-template: '$RESOLVED_VERSION'
change-template: '* $TITLE (#$NUMBER) by @$AUTHOR'
change-title-escapes: '\<*_&#@`'
exclude-labels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- uses: release-drafter/release-drafter@v6
id: release
with:
name: ${{ steps.read_version.outputs.version }}
version: ${{ steps.read_version.outputs.version }}
tag: ${{ steps.read_version.outputs.version }}
name: v${{ steps.read_version.outputs.version }}
tag: v${{ steps.read_version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit cc97550

Please sign in to comment.