File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 5454 run : pnpm run changelogithub
5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57-
58- release-github :
59- name : Release to GitHub Packages
60- runs-on : ubuntu-24.04
61- steps :
62- - name : Checkout
63- uses : actions/checkout@v4
64-
65- - name : Install Node.js 22.x
66- uses : actions/setup-node@v4
67- with :
68- node-version : 22.x
69- # registry-url required. Learn more at
70- # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
71- registry-url : ' https://npm.pkg.github.com'
72-
73- - uses : pnpm/action-setup@v3
74- name : Install pnpm
75- with :
76- run_install : false
77-
78- - name : Install dependencies
79- run : pnpm install --frozen-lockfile
80-
81- - name : Packages build
82- run : pnpm run build
83-
84- - name : Packages publish
85- run : pnpm publish -r --access public --no-git-checks
86- env :
87- NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments