File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed
Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,17 @@ jobs:
2222 name : Release
2323 runs-on : [ubuntu-latest]
2424 steps :
25- - name : Checkout
26- uses : actions/checkout@v4
25+ - uses : actions/checkout@v4
2726
28- - name : Install Node.js
29- uses : actions/setup-node@v4
27+ - uses : actions/setup-node@v4
3028 with :
3129 node-version : 22
3230
33- - name : Install dependencies
34- run : npm install
31+ - run : npm install
3532
36- - name : Lint
37- run : npm run lint
33+ - run : npm test
3834
39- - name : Run all tests
40- run : npm test
41-
42- - name : Release and publish
43- run : npx semantic-release
35+ - run : npx semantic-release
4436 env :
4537 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4638 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2626
2727 - run : npm install
2828
29- - run : npm run lint
30-
3129 - run : npm test
You can’t perform that action at this time.
0 commit comments