From 662560144447c7aa192d4fb7de95fa86db0e26e3 Mon Sep 17 00:00:00 2001 From: abe Date: Wed, 1 Sep 2021 18:18:06 +0200 Subject: [PATCH] use single quote in if --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfca1a2..20e1f89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: push: false update_release_with_asset: - if: ${{ github.event_name == "release" }} + if: ${{ github.event_name == 'release' }} needs: [ django_test, publish_docker ] runs-on: ubuntu-latest steps: