Skip to content

Release Amplify iOS #159

Release Amplify iOS

Release Amplify iOS #159

# Creates a PR to push main to release branch to kick-off the release workflow
name: Release Amplify iOS
on:
workflow_dispatch:
permissions:
pull-requests: write
jobs:
release:
name: Release
runs-on: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Create PR to push main to release branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "gh pr create --title 'chore: kickoff release' --body 'kickoff release' --head main --base release"