File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,26 @@ jobs:
37
37
secrets :
38
38
api-token : ${{ secrets.CI_DEPLOY_KEY }}
39
39
40
- wizard :
41
- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
42
- with :
43
- path : scripts/update-wizard.sh
44
- name : Wizard
45
- pr-strategy : update
46
- secrets :
47
- api-token : ${{ secrets.CI_DEPLOY_KEY }}
40
+ # RN SDK v4 can't be updated to the latest wizard and cli
41
+ # This will be returned in v5
48
42
49
- cli :
50
- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
51
- with :
52
- path : scripts/update-cli.sh
53
- name : CLI
54
- pr-strategy : update
55
- secrets :
56
- api-token : ${{ secrets.CI_DEPLOY_KEY }}
43
+ # wizard:
44
+ # uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
45
+ # with:
46
+ # path: scripts/update-wizard.sh
47
+ # name: Wizard
48
+ # pr-strategy: update
49
+ # secrets:
50
+ # api-token: ${{ secrets.CI_DEPLOY_KEY }}
51
+
52
+ # cli:
53
+ # uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
54
+ # with:
55
+ # path: scripts/update-cli.sh
56
+ # name: CLI
57
+ # pr-strategy: update
58
+ # secrets:
59
+ # api-token: ${{ secrets.CI_DEPLOY_KEY }}
57
60
58
61
sample-rn :
59
62
uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
You can’t perform that action at this time.
0 commit comments