Skip to content

Commit 2d6631e

Browse files
authored
Update publish.yml
1 parent 64aa56e commit 2d6631e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish to npm
4343
working-directory: ./npm
4444
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45+
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
4646
run: |
4747
# Check if this version is already published
4848
PACKAGE_VERSION=$(node -p "require('./package.json').version")
@@ -65,4 +65,4 @@ jobs:
6565
gh release create "v$VERSION" \
6666
--title "Release v$VERSION" \
6767
--notes "Release v$VERSION" \
68-
--latest
68+
--latest

0 commit comments

Comments
 (0)