From 73e1511104cb29df8522bdc9efa71f4aa569af59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Wed, 4 Oct 2023 09:49:18 +0000 Subject: [PATCH] chore: cleanup --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71b9ced..2f3e642 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,5 +37,5 @@ jobs: env: TAG_NAME: ${{ steps.tagname.outputs.timestamp }} with: - push: github.ref_name == 'main' + push: ${{ github.ref_name == 'main' }} tags: mstruebing/elmodoro:${{ steps.tagname.outputs.timestamp }}