File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77
88permissions :
9- contents : read
109 id-token : write
10+ contents : write
1111
1212concurrency : ${{ github.workflow }}-${{ github.ref }}
1313
2828 with :
2929 node-version : ' 22'
3030 cache : ' pnpm'
31+
32+ - name : Check and upgrade npm
33+ run : |
34+ echo "Current npm version:"
35+ npm --version
36+ npm install -g npm@latest
37+ echo "Upgraded npm version:"
38+ npm --version
39+
3140 - name : Install dependencies
3241 run : pnpm install --frozen-lockfile
3342
3645
3746 - name : Create Release Pull Request
3847 id : changesets
39- uses : NaverPayDev/changeset-actions/publish@f2c257106137d19d09112998e6c05b5586b3305c
48+ uses : NaverPayDev/changeset-actions/publish@main
4049 with :
4150 github_token : ${{ secrets.ACTION_TOKEN }}
4251 git_username : npayfebot
4655 commit_message : ' 📦 bump changed packages version'
4756 create_github_release_tag : true
4857 formatting_script : pnpm run markdownlint:fix
49- npm_token : ${{ secrets.NPM_TOKEN }}
5058 env :
5159 GITHUB_TOKEN : ${{ secrets.ACTION_TOKEN }}
You can’t perform that action at this time.
0 commit comments