File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @rnx-kit/align-deps " : patch
3+ " @rnx-kit/cli " : patch
4+ " @rnx-kit/tools-react-native " : patch
5+ ---
6+
7+ Bump to retry publishing
Original file line number Diff line number Diff line change 6767 if : ${{ steps.find-release-candidate.outputs.found != '' }}
6868 uses : actions/create-github-app-token@v3
6969 with :
70- app -id : ${{ vars.APP_ID }}
70+ client -id : ${{ vars.APP_ID }}
7171 private-key : ${{ secrets.PRIVATE_KEY }}
7272 permission-contents : write
7373 permission-pull-requests : write
Original file line number Diff line number Diff line change 3232 uses : actions/create-github-app-token@v3
3333 id : app-token
3434 with :
35- app -id : ${{ vars.APP_ID }}
35+ client -id : ${{ vars.APP_ID }}
3636 private-key : ${{ secrets.PRIVATE_KEY }}
3737 permission-contents : write # for GH releases and Git tags (Changesets)
3838 permission-pull-requests : write # version PRs (Changesets)
You can’t perform that action at this time.
0 commit comments