From e3bc917e6b817e8c3a0eed2971078ed361c81787 Mon Sep 17 00:00:00 2001 From: Evi Vanoost Date: Sat, 24 Feb 2024 14:10:16 -0500 Subject: [PATCH] Set variables correctly --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 61d23fb..9f5ec1b 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -10,7 +10,7 @@ jobs: publish: name: Publish # Check if the PR is not from a fork or manually executed - if: github.repository_owner == 'samber' or github.event_name == 'workflow_dispatch' + if: ${{ (github.repository_owner == 'samber') or (github.event_name == 'workflow_dispatch') }} runs-on: ubuntu-latest steps: - name: Checkout Repo