File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ jobs:
1414 with :
1515 fetch-depth : 0
1616 filter : tree:0
17- - uses : actions /setup-node@v4
17+ - uses : Lordfirespeed /setup-node@v0.1
1818 with :
19- node-version : 20
19+ node-version-file : package.json
2020 registry-url : https://registry.npmjs.org/
21- - run : yarn install
21+ package-managers : pnpm
22+ - run : pnpm install
2223 - run : git config --global user.name "${{ github.actor }}"
2324 - run : git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com"
24- - run : npm version from-git --no-git-tag-version
25- - run : npm publish --access public
25+ - run : pnpm version from-git --no-git-tag-version
26+ - run : pnpm publish --access public --no-git-checks
2627 env :
2728 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments