From dea5ade6b9de76ea377196931025e589808601ff Mon Sep 17 00:00:00 2001 From: Michael Belyaev Date: Wed, 12 Apr 2023 01:11:44 +0300 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 122f865..d53c629 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -29,7 +29,7 @@ jobs: retention-days: 1 package: - if: always() && github.event.ref_type == 'tag' + if: always() && ${{github.event.ref_type}} == 'tag' runs-on: ubuntu-20.04 needs: build permissions: