diff --git a/.github/workflows/deploy.tag.yml b/.github/workflows/deploy.tag.yml index a9e549128..b1e84ef27 100644 --- a/.github/workflows/deploy.tag.yml +++ b/.github/workflows/deploy.tag.yml @@ -37,8 +37,10 @@ jobs: - name: Validation id: validation run: | - if [ ${{ needs.setup.outputs.config-tag }} == "" ]; then + if [ ${{ needs.setup.outputs.config-tag }} = "" ]; then echo "::set-output name=skip::true" + else + echo "::set-output name=skip::false" fi update: