File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3838 - name : Publish next snapshot
3939 if : steps.changesets.outputs.published != 'true'
4040 run : |
41- git checkout master
4241 yarn changeset version --snapshot next
4342 yarn changeset publish --no-git-tag --snapshot --tag next
4443 env :
4544 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ NPM_TOKEN : ${{ secrets.SHARED_BOT_NPM_TOKEN }}
4646 NODE_AUTH_TOKEN : ${{ secrets.SHARED_BOT_NPM_TOKEN }}
Original file line number Diff line number Diff line change 1111 node_version : [ 18, 20, 22 ]
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+ uses : actions/checkout@v4
1515 - name : setup Node.js ${{ matrix.node_version }}
1616 uses : actions/setup-node@v4
1717 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+ - uses : actions/checkout@v4
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v4
1515 with :
Original file line number Diff line number Diff line change 1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing.git"
15+ "url" : " git+ https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing.git"
1616 },
1717 "license" : " MIT" ,
1818 "author" : " azu" ,
6161 "mocha" : " ^11.0.1" ,
6262 "semver" : " ^7.6.3"
6363 },
64- "email" : " azuciao@gmail.com"
64+ "email" : " azuciao@gmail.com" ,
65+ "packageManager" : " npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
6566}
You can’t perform that action at this time.
0 commit comments