fix(ci): handle releases correctly
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m17s
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m17s
This commit is contained in:
@@ -2,9 +2,6 @@ name: Release Zig Application
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
workflow_run:
|
|
||||||
workflows: [Zig Project Action]
|
|
||||||
types: [completed]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@@ -15,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup zig installation
|
- name: Setup zig installation
|
||||||
uses: mlugg/setup-zig@v2
|
uses: https://codeberg.org/mlugg/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
|
|||||||
Reference in New Issue
Block a user