From a49e72f488b248b7c80824cab63c7f4e241cd296 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 21 May 2024 11:38:16 +0000 Subject: [PATCH] fixed strin instead of value --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 451aba8..f50ce5b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -61,7 +61,7 @@ jobs: branch: 'main' - name: Checkout Repository (Develop) uses: actions/checkout@v4 - if: github.ref == "refs/heads/develop" + if: github.ref == 'refs/heads/develop' with: fetch-depth: '0' branch: 'develop'