Skip to content

Commit

Permalink
branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 12, 2024
1 parent c69a73b commit 0526da7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: release_test

- name: Build the file
run: |
Expand All @@ -18,7 +20,6 @@ jobs:
- uses: actions/checkout@v4
with:
repository: punxaphil/maxi-media-player
ref: release_test
token: ${{ secrets.PAT_TOKEN }}
path: mxmp

Expand All @@ -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

0 comments on commit 0526da7

Please sign in to comment.