Skip to content

Commit

Permalink
remove merge of prod branch into main after release
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 authored Sep 2, 2022
1 parent f2e71b4 commit 1aaba3a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,6 @@ jobs:
target_branch: ${{ steps.release-branch.outputs.branch_name }}
github_token: ${{ github.token }}
message: merged ${{ steps.commit-vars.outputs.sha_short }}
# Merge main back to production
- name: Merge prod -> main
uses: devmasx/merge-branch@master
with:
type: now
from_branch: ${{ steps.release-branch.outputs.branch_name }}
target_branch: main
github_token: ${{ github.token }}
message: merged ${{ steps.commit-vars.outputs.sha_short }}
# Add wheels to release
# Placed after everything to avoid issues if failure (see issue #19)
- name: Upload Windows wheel release assets
Expand Down

0 comments on commit 1aaba3a

Please sign in to comment.