Skip to content

Commit 0b95406

Browse files
author
Flinders, Elijah
committed
workflow: Add @garmin public scope
1 parent d1f2327 commit 0b95406

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 21
18+
node-version: 22
1919
- run: npm install --package-lock=false
2020
- run: npm test
2121

@@ -31,4 +31,6 @@ jobs:
3131
- name: Update npm
3232
run: npm install -g npm@10.9.8
3333
- run: npm install --package-lock=false
34-
- run: npm publish
34+
- run: npm publish --access public
35+
env:
36+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)