File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7474 run : echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc
7575
7676 - name : Update npm
77- run : npm install npm@latest -g
77+ run : npm install npm@9 -g
7878
7979 - name : Set Nightly
8080 run : sh ./scripts/nightly.sh
Original file line number Diff line number Diff line change 7373 run : echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc
7474
7575 - name : Update npm
76- run : npm install npm@latest -g
76+ run : npm install npm@9 -g
7777
7878 - name : Build&publish
7979 run : sh ./scripts/publish.sh
Original file line number Diff line number Diff line change 11## Changelog
2+
3+ ### 2.3.14
4+
5+ _ 2023-09-14_
6+
7+ Fix release error. The changelog is the same as 2.3.13.
8+
29
310### 2.3.13
411
You can’t perform that action at this time.
0 commit comments