Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet authored Sep 26, 2024
1 parent 586d24b commit f130723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
platform: [x64, ARM64]
config: [Debug, Release]
react-native-version: ['0.73', '0.74']
basekit: ['', 'BaseKit']
basekit: [''] #['', 'BaseKit']
steps:
- name: Support longpaths
run: git config --system core.longpaths true
Expand Down Expand Up @@ -240,4 +240,4 @@ jobs:
# npm publish --access public --dry-run
# working-directory: ./Package/Assembled
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f130723

Please sign in to comment.