Skip to content

Commit

Permalink
Open a bumping PR in eas-cli too (#332)
Browse files Browse the repository at this point in the history
# Why

Companion to expo/eas-cli#2216

# How

Copied the `turtle-v2` step.

# Test Plan

I'll only get to test it when a new version is released.
  • Loading branch information
sjchmiela authored Feb 7, 2024
1 parent 2592a6b commit 3a1928e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ jobs:
ref: main
workflow: update-eas-build-modules.yml
token: ${{ secrets.EXPO_BOT_PAT }}
open-pr-in-eas-cli:
name: Open a PR with version bumps in eas-cli
needs: publish-to-npm
runs-on: ubuntu-latest
steps:
- name: Open a PR with version bumps in eas-cli
uses: benc-uk/workflow-dispatch@v1
with:
repo: expo/eas-cli
ref: main
workflow: upgrade-eas-build-modules.yml
token: ${{ secrets.EXPO_BOT_PAT }}

0 comments on commit 3a1928e

Please sign in to comment.