dont fail workflow on artifact error
This commit is contained in:
parent
8abf5bfde4
commit
cfe1b44552
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rssguard.yml
vendored
4
.github/workflows/rssguard.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: false
|
||||||
artifacts: artifacts/*/*
|
artifacts: artifacts/*/*
|
||||||
name: Development builds
|
name: Development builds
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
|
@ -109,6 +109,6 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: false
|
||||||
artifacts: artifacts/*/*
|
artifacts: artifacts/*/*
|
||||||
draft: true
|
draft: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue