Skip to content

Commit 9e46a3b

Browse files
authored
Update release-please.yml
1 parent 8cf8b61 commit 9e46a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: release
1616
with:
1717
release-type: node
18-
package-name: node-core-utils
18+
package-name: '@node-core/utils'
1919
npm-publish:
2020
needs: release-please
2121
if: ${{ needs.release-please.outputs.release_created }}
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: lts/*
2828
registry-url: 'https://registry.npmjs.org'
29-
- run: npm publish
29+
- run: npm publish --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)