Skip to content

Commit 8f8d9ce

Browse files
committed
Merge branch 'release/0.25.12'
2 parents e6d295b + be8937a commit 8f8d9ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88
jobs:
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)