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
|
||||
with:
|
||||
allowUpdates: true
|
||||
artifactErrorsFailBuild: true
|
||||
artifactErrorsFailBuild: false
|
||||
artifacts: artifacts/*/*
|
||||
name: Development builds
|
||||
omitBodyDuringUpdate: true
|
||||
|
@ -109,6 +109,6 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifactErrorsFailBuild: true
|
||||
artifactErrorsFailBuild: false
|
||||
artifacts: artifacts/*/*
|
||||
draft: true
|
||||
|
|
Loading…
Add table
Reference in a new issue