Преглед изворни кода

meta: fix GHA workflow for prereleases

Antoine du Hamel пре 2 година
родитељ
комит
55ae7645bd
1 измењених фајлова са 1 додато и 1 уклоњено
  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