From 0526da730f7c7b764dee2a366d9e39b5d38be733 Mon Sep 17 00:00:00 2001 From: Johan Frick Date: Thu, 12 Dec 2024 20:58:38 +0100 Subject: [PATCH] branch fix --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84cc01a..557410d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: release_test - name: Build the file run: | @@ -18,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: repository: punxaphil/maxi-media-player - ref: release_test token: ${{ secrets.PAT_TOKEN }} path: mxmp @@ -35,6 +36,6 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -am"updated README.md" - git push origin release_test + git push origin main fi