We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aa56e commit 2d6631eCopy full SHA for 2d6631e
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Publish to npm
43
working-directory: ./npm
44
env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
46
run: |
47
# Check if this version is already published
48
PACKAGE_VERSION=$(node -p "require('./package.json').version")
@@ -65,4 +65,4 @@ jobs:
65
gh release create "v$VERSION" \
66
--title "Release v$VERSION" \
67
--notes "Release v$VERSION" \
68
- --latest
+ --latest
0 commit comments