Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Dec 12, 2022
1 parent 1d6d37e commit d321604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +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: 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 @@ -49,7 +49,7 @@ jobs:
tag_name: v${{steps.version.outputs.value}}
release_name: v${{steps.version.outputs.value}}
# body: ${{steps.releasedraft.outputs.content}} # ${{steps.description.outputs.content}}
draft: true # ${{steps.releasedraft.outputs.content}}
draft: false # ${{steps.releasedraft.outputs.content}}
prerelease: false
- name: Upload Release cgo darwin
uses: actions/[email protected]
Expand Down

0 comments on commit d321604

Please sign in to comment.