File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11-
11+
1212 permissions :
1313 contents : read
14- id-token : write
1514
1615 steps :
1716 - name : Checkout
@@ -20,11 +19,13 @@ jobs:
2019 - name : Setup Node
2120 uses : actions/setup-node@v4
2221 with :
23- node-version : ' 24.1.0 '
22+ node-version : ' 0.25.12 '
2423 registry-url : ' https://registry.npmjs.org'
2524
2625 - name : Install dependencies and build 🔧
2726 run : npm ci && npm run build
2827
2928 - name : Publish package on NPM 📦
30- run : npm publish --access public --provenance
29+ run : npm publish --access public
30+ env :
31+ NODE_AUTH_TOKEN : ${{ secrets.RDS_NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @carletonuniversity/rds" ,
3- "version" : " 0.25.11 " ,
3+ "version" : " 0.25.12 " ,
44 "private" : false ,
55 "description" : " Raven Design System is Carleton University's design system" ,
66 "author" : " Web Services" ,
You can’t perform that action at this time.
0 commit comments