🔥 Remove Open release PR step

This commit is contained in:
Ben Chatelain 2024-11-03 10:19:07 -07:00
parent 4a78466648
commit 51d3cdfd2d
No known key found for this signature in database

View file

@ -83,20 +83,6 @@ jobs:
git push \
--set-upstream origin "${RELEASE_BRANCH}"
- name: ⤴️ Open release PR
env:
GH_TOKEN: ${{ github.token }}
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }}
run: |
gh pr create \
--assignee phatblat \
--base main \
--draft \
--head "${RELEASE_BRANCH}" \
--title "🔖 Version ${MAS_VERSION}" \
--body "This PR contains the changes from releasing version [${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})."
pkg-installer:
runs-on: macos-15
needs: [start, prepare-release]