Skip to content

Commit 1e1157f

Browse files
authored
chore: fix release
Signed-off-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent 5589b61 commit 1e1157f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ jobs:
9797
with:
9898
node-version: lts/*
9999
cache: npm
100+
registry-url: 'https://registry.npmjs.org'
100101
- run: npm ci
101102
# Branches that will release new versions are defined in .releaserc.json
102103
- run: npm run release
103104
env:
104105
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
105-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
106+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
106107
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)