mirror of https://github.com/statping/statping
use correct release action
I don't know how I messed this up, but github's official create-release action is unmaintained. 3rd party it ispull/1118/head
parent
075c6952a7
commit
4d73731110
|
@ -456,7 +456,7 @@ jobs:
|
|||
with:
|
||||
name: binaries
|
||||
path: binaries
|
||||
- uses: actions/create-release@v1
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
artifactErrorsFailBuild: true
|
||||
|
|
Loading…
Reference in New Issue