From 576706dc177713652b19049f4a5ff122ed105639 Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 2 May 2026 21:56:02 +0200 Subject: [PATCH] ci: fix release workflow YAML syntax for publish job --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08f88f6..15bb5ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,8 @@ jobs: path: dist/** if-no-files-found: error - publish: needs: [build, build-linux] + publish: + needs: [build, build-linux] runs-on: ubuntu-latest steps: - uses: actions/checkout@v6