From bc9955e9b25c68cc91056bc746c1edd7efb1e6cf Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 1 Apr 2022 07:50:02 +0000 Subject: [PATCH] fixed release pipeline ref quoting --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1b1b60..976d79c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: setup: - if: github.event.base_ref == "refs/heads/master" + if: github.event.base_ref == 'refs/heads/master' runs-on: ubuntu-latest outputs: APPNAME: ${{ steps.get_appname.outputs.APPNAME }}