From be5be9373a6ba09cf412df7a7e10ba99e02e244b Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Mon, 4 Aug 2025 12:10:25 +0100 Subject: [PATCH] Update release CI Pointing to wrong primary branch (master), changed to main. --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 51d54ee..92e2e96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: Update version - Update the __init__.py with new release - Auto-generated by [CI] - base: master + base: main signoff: false draft: false @@ -79,7 +79,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 with: - ref: master + ref: main - name: tag v${{ github.event.inputs.version }} run: | @@ -110,7 +110,7 @@ jobs: - name: checkout uses: actions/checkout@v4.2.2 with: - ref: master + ref: main - name: Set up Python uses: actions/setup-python@v5.6.0