Skip to content

Commit 4b2db43

Browse files
committed
Update
1 parent c2a44c1 commit 4b2db43

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/update-deps.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ on:
99
pull_request: # temporary until we merge the PR
1010

1111
jobs:
12-
java:
12+
cocoa:
1313
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
1414
with:
15-
path: scripts/update-java.sh
16-
name: Java/Android SDK
15+
path: scripts/update-cocoa.sh
16+
name: Cocoa SDK
1717
secrets:
1818
api-token: ${{ secrets.CI_DEPLOY_KEY }}
1919

20-
cocoa:
20+
java:
2121
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
2222
with:
23-
path: scripts/update-cocoa.sh
24-
name: Cocoa SDK
25-
runs-on: macos-latest
23+
path: scripts/update-java.sh
24+
name: Java SDK
2625
secrets:
2726
api-token: ${{ secrets.CI_DEPLOY_KEY }}

0 commit comments

Comments
 (0)