Skip to content

Commit d36f2f9

Browse files
authored
💚 (#2625)
1 parent baa6b54 commit d36f2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
npx semantic-release --dry-run
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
83+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8484

8585
build-android-ubuntu:
8686
runs-on: ubuntu-latest
@@ -353,4 +353,4 @@ jobs:
353353
354354
- name: Build example for iOS
355355
run: |
356-
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
356+
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1

0 commit comments

Comments
 (0)