Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Dec 12, 2022
1 parent 5176fdc commit 8e0c5c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
path: ./OlivaBiliLive/app.json
property: version
- name: Release Drafter
id: releasedraft
uses: toolmantim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 读取描述文件
id: description
uses: juliangruber/read-file-action@v1
Expand All @@ -43,7 +48,7 @@ jobs:
with:
tag_name: v${{steps.version.outputs.value}}
release_name: v${{steps.version.outputs.value}}
body: ${{steps.description.outputs.content}}
body: ${{steps.releasedraft.outputs.content}} # ${{steps.description.outputs.content}}
draft: false
prerelease: false
- name: Upload Release cgo darwin
Expand Down

0 comments on commit 8e0c5c4

Please sign in to comment.