mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 10:00:51 +01:00
workflow: Continue release even if something failed
This commit is contained in:
parent
1689456b88
commit
464af60ca7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -137,6 +137,7 @@ jobs:
|
||||
|
||||
create_release:
|
||||
name: Create Release
|
||||
if: always()
|
||||
needs: [release_linux, release_mac, release_windows]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user