mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
chore: update release drafter
This commit is contained in:
parent
bf5fca1341
commit
cc97550f80
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
@ -1,4 +1,3 @@
|
||||
name-template: '$RESOLVED_VERSION'
|
||||
change-template: '* $TITLE (#$NUMBER) by @$AUTHOR'
|
||||
change-title-escapes: '\<*_&#@`'
|
||||
exclude-labels:
|
||||
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user