File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @badrap/libapp " : patch
3
+ ---
4
+
5
+ Publish npm packages using trusted publishing
Original file line number Diff line number Diff line change 23
23
with :
24
24
node-version : 22
25
25
cache : npm
26
+ registry-url : " https://registry.npmjs.org"
26
27
- run : npm ci
27
28
- run : npm run lint
28
29
- run : npm run typecheck
43
44
with :
44
45
node-version : 22
45
46
cache : npm
47
+ registry-url : " https://registry.npmjs.org"
48
+ # Ensure npm 11.5.1 or later is installed for OIDC authentication.
49
+ - name : Update npm
50
+ run : npm install -g npm@latest
46
51
- name : Install dependencies
47
52
run : npm ci
48
53
- name : Create Release Pull Request or Publish to npm
53
58
publish : npm run release
54
59
env :
55
60
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments