:octocat: Update cd

This commit is contained in:
Daniel 2023-07-05 20:05:08 +08:00
parent 944180f9cc
commit cdf0477ca2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -55,15 +55,14 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}
draft: false
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
build:
runs-on: ${{ matrix.config.os }}