From 79960ae2b44b8b11418cf1777b1a6e67b4049d54 Mon Sep 17 00:00:00 2001 From: Evi Vanoost Date: Sat, 24 Feb 2024 14:12:32 -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 9f5ec1b..e0ba5c8 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') || (github.event_name == 'workflow_dispatch') }} runs-on: ubuntu-latest steps: - name: Checkout Repo