Skip to content

Commit ee5b2fa

Browse files
committed
inject the npm token. Somehow got lost
1 parent 3e25346 commit ee5b2fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
- name: Upgrade npm for OIDC support
143143
run: npm install -g npm@latest
144144
- run: npm publish --provenance
145+
env:
146+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
145147

146148
prebuild:
147149
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)