Skip to content

Commit

Permalink
ci: hopefully fix push to release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Stemmer <[email protected]>
  • Loading branch information
H3rmt committed Jan 5, 2025
1 parent 7f40c92 commit f431347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
run: |
git fetch origin release
git switch release
git pull origin release
git cherry-pick ${{ github.sha }}
git push origin release

0 comments on commit f431347

Please sign in to comment.