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:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_run:
|
||||
workflows: [Zig Project Action]
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -15,7 +12,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup zig installation
|
||||
uses: mlugg/setup-zig@v2
|
||||
uses: https://codeberg.org/mlugg/setup-zig@v2
|
||||
with:
|
||||
version: latest
|
||||
- name: Lint check
|
||||
|
||||
Reference in New Issue
Block a user