From 18bdda8b769e5a340e88f6cd83dd2bc6ca9b03cf Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 10 Jul 2024 10:03:45 +0200 Subject: [PATCH] Try to fix release. --- .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 81198d1c3c..e0126e8ede 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: cache-to: type=gha,mode=max platforms: linux/amd64,linux/arm64 tags: squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }} - push: {{ github.event_name != 'pull_request' }} + push: ${{ github.event_name != 'pull_request' }} - name: Publish - Push Tags Latest if: env.STABLE_VERSION == 'true'