Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliopg91 authored Sep 26, 2024
1 parent 9c006ab commit cd8ae15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git merge -X theirs main --allow-unrelated-histories
git merge -X theirs main
git push origin HEAD:develop --force
git checkout main
publish:
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit cd8ae15

Please sign in to comment.