mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: remove outdated code
This commit is contained in:
parent
bfc4e6ec31
commit
ed0ea11db0
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -100,7 +100,6 @@ jobs:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: ${{ github.ref_name }}
|
tag_name: ${{ github.ref_name }}
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
body: ${{ steps.git-cliff.outputs.content }}
|
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: ${{ startsWith(github.ref_name, 'v0') }}
|
prerelease: ${{ startsWith(github.ref_name, 'v0') }}
|
||||||
files: artifacts/*
|
files: artifacts/*
|
Loading…
Reference in a new issue