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 8cf8b61 commit 9e46a3bCopy full SHA for 9e46a3b
.github/workflows/release-please.yml
@@ -15,7 +15,7 @@ jobs:
15
id: release
16
with:
17
release-type: node
18
- package-name: node-core-utils
+ package-name: '@node-core/utils'
19
npm-publish:
20
needs: release-please
21
if: ${{ needs.release-please.outputs.release_created }}
@@ -26,6 +26,6 @@ jobs:
26
27
node-version: lts/*
28
registry-url: 'https://registry.npmjs.org'
29
- - run: npm publish
+ - run: npm publish --access public
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments