Skip to content

Commit 1be10da

Browse files
authored
Merge pull request #1 from node-red-contrib/codex-fix-npm-public-provenance-publish
[codex] Fix npm provenance publish access
2 parents d5df7d2 + 829fca5 commit 1be10da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
registry-url: https://registry.npmjs.org
2121
- run: npm ci
2222
- run: npm run check
23-
- run: npm publish --provenance
23+
- run: npm publish --provenance --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)