Skip to content

Commit

Permalink
Merge pull request #59 from i3drobotics/remove-merge-prod-main
Browse files Browse the repository at this point in the history
remove merge of prod branch into main after release
  • Loading branch information
benknight135 authored Sep 2, 2022
2 parents f2e71b4 + 1aaba3a commit 59e61cf
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 59e61cf

Please sign in to comment.