We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a914c35 commit 6a6b5feCopy full SHA for 6a6b5fe
2 files changed
.github/workflows/npm-publish.yml
@@ -28,9 +28,8 @@ jobs:
28
with:
29
node-version: 12
30
registry-url: https://registry.npmjs.org/
31
- scope: "@aiwizo"
32
- run: npm ci
33
- run: npm run build
34
- run: npm publish --access public
35
env:
36
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_READ_PUBLISH}}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "react-file-upload",
+ "name": "@aiwizo/react-file-upload",
3
"version": "0.2.0",
4
"main": "index.js",
5
"scripts": {
0 commit comments