remove optional name field
This commit is contained in:
parent
14c35bea08
commit
837813851b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -61,7 +61,6 @@ jobs:
|
|||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
name: ${{ env.LATEST_TAG }}
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
|
@ -163,7 +162,6 @@ jobs:
|
|||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
name: ${{ env.LATEST_TAG }}
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
|
|
Loading…
Add table
Reference in a new issue