Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hidragos committed Sep 11, 2024
1 parent 3e4662f commit 5d1b40b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ jobs:
git pull origin main
git merge release --allow-unrelated-histories
git push origin main
- name: Delete release branch
run: |
git push origin --delete release

0 comments on commit 5d1b40b

Please sign in to comment.