chore(ci): fix release
This commit is contained in:
parent
a91f4f76f8
commit
57e3567318
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: v${{ env.version }}
|
name: v${{ env.version }}
|
||||||
tag: v${{ env.version }}
|
tag: v${{ env.version }}
|
||||||
token: ${{ secrets.REPO_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "WeChatFerry/tmp/*"
|
artifacts: "WeChatFerry/tmp/*"
|
||||||
body: |
|
body: |
|
||||||
|
Loading…
Reference in New Issue
Block a user