Set variables correctly

This commit is contained in:
Evi Vanoost 2024-02-24 14:12:32 -05:00
parent e3bc917e6b
commit 79960ae2b4

View file

@ -10,7 +10,7 @@ jobs:
publish: publish:
name: Publish name: Publish
# Check if the PR is not from a fork or manually executed # 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repo - name: Checkout Repo