From aa3c296a4b13ff98da20d0ad1bc3355466c591ff Mon Sep 17 00:00:00 2001 From: Matthias Als Date: Wed, 7 Aug 2024 11:40:54 +0200 Subject: [PATCH] Fixes bug in release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77bdc5f..48e1159 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ jobs: create_release: name: Create release runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v2