Skip to content

Commit 57a83a3

Browse files
authored
Merge pull request #131 from JairajJangle/example-app-expo-migration
ci: fixed incorrect beta releae ref name
2 parents ae1397e + 12add85 commit 57a83a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
issues: write # To comment on released issues
8787
pull-requests: write # To comment on released pull requests
8888
id-token: write # To enable use of OIDC for npm provenance
89-
if: github.ref == 'refs/heads/main'
89+
if: github.ref == 'refs/heads/beta'
9090
steps:
9191
- name: Checkout
9292
uses: actions/checkout@v4

0 commit comments

Comments
 (0)