File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1414
1515 - name : Format and lint code ☑️
1616 run : npm run prepublishOnly
17+ release :
18+ needs : [check-and-test]
19+ runs-on : ubuntu-24.04
20+ if : github.ref == 'refs/heads/main'
21+ steps :
22+ - name : Checkout 🛎
23+ uses : actions/checkout@v4
24+
25+ - name : Install everything 📦
26+ run : npm ci
27+
28+ - name : Semantic Release 🚀
29+ uses : cycjimmy/semantic-release-action@v4
30+ with :
31+ branch : main
32+ tag_format : v${version}
33+ env :
34+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-performance-metrics" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " A performance metrics collection library for Playwright" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments