Sfoglia il codice sorgente

meta: fix GHA workflow for prereleases

Antoine du Hamel 2 anni fa
parent
commit
55ae7645bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/release-beta-candidate.yml

+ 1 - 1
.github/workflows/release-beta-candidate.yml

@@ -14,7 +14,7 @@ jobs:
       - name: Checkout sources
         uses: actions/checkout@v3
         with:
-          branch: release
+          branch: release-beta
       - name: Rebase
         run: |
           git fetch origin ${{ env.BETA_BRANCH }} --depth=1