mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
remove commit field
should fix this: ``` Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} ```
This commit is contained in:
parent
702cdf1ee6
commit
8751ad99b7
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -73,7 +73,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: nightly
|
name: nightly
|
||||||
tag: nightly
|
tag: nightly
|
||||||
commit: ${GITHUB_SHA}
|
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
removeArtifacts: true
|
removeArtifacts: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
|
|
Loading…
Reference in a new issue