File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2222 - name : Cache node modules
2323 id : cache-nodemodules
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 env :
2626 cache-name : cache-node-modules
2727 with :
@@ -40,20 +40,20 @@ jobs:
4040 npm config set //registry.npmjs.com/:_authToken=$NPM_TOKEN
4141 npm config list
4242 env :
43- NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
43+ NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_2 }}
4444 - name : Yarn Tests
4545 run : yarn test
4646 - name : Pre-Release package
4747 if : github.ref == 'refs/heads/next'
4848 run : npm run release -- --ci --preRelease=beta -VV
4949 env :
50- NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
50+ NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_2 }}
5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 - name : Release package
5353 if : github.ref == 'refs/heads/master'
5454 run : npm run release -- --ci -VV
5555 env :
56- NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
56+ NPM_TOKEN : ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_2 }}
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858 - name : Create PR for package.json and changelogs
5959 run : |
You can’t perform that action at this time.
0 commit comments