Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Mar 27, 2024
1 parent 326081f commit eb06dae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
release_name: ${{ steps.release_info.outputs.release_version }}
tag_name: ${{ github.ref }}
name: ${{ steps.release_info.outputs.release_version }}
tag: ${{ github.ref }}
body: "${{ env.release_body_sillot }}\n---\n${{ env.release_body_siyuan }}"
generateReleaseNotes: true
draft: false
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eb06dae

Please sign in to comment.