We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 815c69a + bc4dad5 commit b02452cCopy full SHA for b02452c
.github/workflows/publish.yml
@@ -13,6 +13,6 @@ jobs:
13
registry-url: "https://registry.npmjs.org"
14
- run: npm install
15
- run: npm run build
16
- - run: npm publish --access public
+ - run: npm publish
17
env:
18
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments