mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
Update release.yml
This commit is contained in:
parent
10418015ca
commit
efa6118c3e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -52,8 +52,10 @@ jobs:
|
||||
|
||||
- name: Generate Release Notes
|
||||
run: |
|
||||
mkdir log
|
||||
newTag=${{ steps.last_tag.outputs.tag_last }}
|
||||
git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#1}
|
||||
echoTag=${newTag#1}
|
||||
git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#v}
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user