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
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.LATEST_TAG }}
|
tag: ${{ env.LATEST_TAG }}
|
||||||
name: ${{ env.LATEST_TAG }}
|
|
||||||
draft: true
|
draft: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
|
@ -163,7 +162,6 @@ jobs:
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.LATEST_TAG }}
|
tag: ${{ env.LATEST_TAG }}
|
||||||
name: ${{ env.LATEST_TAG }}
|
|
||||||
draft: true
|
draft: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue