From cb5091be0e40b4179819f5c8464c5e0b030d4928 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:54:58 +0100 Subject: [PATCH] improve gh actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a6903a..0bd8247 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: {} jobs: release: - if: github.repository_owner == 'martrapp' + if: ${{ github.repository_owner == 'martrapp' }} permissions: contents: write pull-requests: write