We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa6b54 commit d36f2f9Copy full SHA for d36f2f9
‎.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
npx semantic-release --dry-run
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
84
85
build-android-ubuntu:
86
runs-on: ubuntu-latest
@@ -353,4 +353,4 @@ jobs:
353
354
- name: Build example for iOS
355
run: |
356
- yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
+ yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
0 commit comments