File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
react-native/.github/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 npm publish
4242 fi
4343 env :
44- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
44+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN_NO_ORG }}
4545 - uses : fnkr/github-action-ghr@v1
4646 env :
4747 GHR_PATH : build/
Original file line number Diff line number Diff line change 3939 - name: Publish
4040 run: npm publish --tag ${{ ' {{' }} steps.release_tag.outputs.tag {{ ' }}' }}
4141 env:
42- NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN {{ ' }}' }}
42+ NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN_NO_ORG {{ ' }}' }}
Original file line number Diff line number Diff line change 3939 - name: Publish
4040 run: npm publish --tag ${{ ' {{' }} steps.release_tag.outputs.tag {{ ' }}' }}
4141 env:
42- NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN {{ ' }}' }}
42+ NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN_NO_ORG {{ ' }}' }}
Original file line number Diff line number Diff line change 3939 - name: Publish
4040 run: npm publish --tag ${{ ' {{' }} steps.release_tag.outputs.tag {{ ' }}' }}
4141 env:
42- NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN {{ ' }}' }}
42+ NODE_AUTH_TOKEN: ${{ ' {{' }} secrets.NPM_TOKEN_NO_ORG {{ ' }}' }}
You can’t perform that action at this time.
0 commit comments