We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a866c53 commit 4a69abeCopy full SHA for 4a69abe
1 file changed
.github/workflows/release.yaml
@@ -122,4 +122,6 @@ jobs:
122
node-version: '24'
123
registry-url: 'https://registry.npmjs.org'
124
- run: npm ci
125
- - run: npm publish
+ - run: npm publish --access public
126
+ env:
127
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments