Skip to content

Create release PRs

Create release PRs #13

name: Create release PRs
on:
create
jobs:
build:
runs-on: macOS-latest
if: contains(github.ref, 'release') # allow to filter on release branches only
steps:
- uses: actions/checkout@v3
- name: Bundle install
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
bundler: "Gemfile.lock"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Prepare release
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN_CI }}
run: bundle exec fastlane create_release_pr