From 8d63ce5ad9b0ee6d72183ad64e5790773432881c Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 17 Mar 2024 18:42:05 -0500 Subject: [PATCH] Reverted GA change. Robbie was right --- .github/workflows/develop-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop-workflow.yml b/.github/workflows/develop-workflow.yml index 8cff216e3..305f2383c 100644 --- a/.github/workflows/develop-workflow.yml +++ b/.github/workflows/develop-workflow.yml @@ -21,7 +21,7 @@ jobs: build: name: Upload Kavita.Common for Version Bump runs-on: ubuntu-latest - if: github.head.ref == 'develop' + if: github.head.ref == 'refs/heads/develop' steps: - name: Checkout Repo uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: name: Bump version needs: [ build ] runs-on: ubuntu-latest - if: github.head.ref == 'develop' + if: github.head.ref == 'refs/heads/develop' steps: - uses: actions/checkout@v3 with: @@ -59,7 +59,7 @@ jobs: name: Build Nightly Docker needs: [ build, version ] runs-on: ubuntu-latest - if: github.head.ref == 'develop' + if: github.head.ref == 'refs/heads/develop' permissions: packages: write contents: read