From e8f8f3f77b5d550591325688e4c91eadda15694c Mon Sep 17 00:00:00 2001 From: janf Date: Tue, 28 Nov 2023 14:53:08 +0100 Subject: [PATCH] change conditionals --- .github/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index eaa9302..006db72 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -46,8 +46,8 @@ jobs: - name: Dump tags run: | - - echo "${{ steps.meta.outputs.tags }}" - - echo "Tga is proper {{ startsWith(steps.meta.outputs.tags, 'v') }}" + echo "${{ steps.meta.outputs.tags }}" + echo "Tga is proper {{ startsWith(steps.meta.outputs.tags, 'v') }}" - name: Create release if: ${{ startsWith(steps.meta.outputs.tags, 'v') }}