File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Publish
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - " packages/engramma/package.json"
9+
10+ permissions :
11+ contents : read
12+ id-token : write
13+
14+ jobs :
15+ publish :
16+ runs-on : ubuntu-latest
17+ steps :
18+ - uses : actions/checkout@v4
19+
20+ - uses : pnpm/action-setup@v4
21+ name : Install pnpm
22+ with :
23+ run_install : false
24+
25+ - name : Install Node.js
26+ uses : actions/setup-node@v4
27+ with :
28+ node-version : 22
29+ cache : " pnpm"
30+
31+ - run : pnpm install --frozen-lockfile
32+ - run : pnpm check
33+ - run : pnpm build
34+ - run : pnpm --filter engramma publish --no-git-checks --provenance
Original file line number Diff line number Diff line change 11{
22 "packageManager" : " pnpm@10.20.0" ,
3- "name" : " engramma" ,
3+ "name" : " engramma-root " ,
44 "author" : " Bogdan Chadkin" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments