From 1d60cbfbb549a77e437ca6aa68d4e9f0f0c7982d Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Wed, 21 Aug 2024 22:00:57 +0200 Subject: [PATCH] ci: fix workflow syntax --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ac648dded..3a6a3b8e37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: allure: # https://allurereport.org/docs/integrations-github/ runs-on: ubuntu-latest - if: always() // even if tests fail + if: always() # even if tests fail needs: publish permissions: contents: write