Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 17f5a52

Browse files
committed
Add user
1 parent 6b38369 commit 17f5a52

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: 20.5.1
2828
registry-url: https://npm.pkg.github.com/
2929
- run: npm ci
30+
- run: npm adduser
3031
- run: npm publish --access=public
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.0.0",
44
"description": "Show the preview of file and manage files data to upload",
55
"main": "/src/app/index.ts",
6-
"publishConfig": {
7-
"@dharti-canopas:registry": "https://npm.pkg.github.com"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/canopas/react-file-upload.git"

0 commit comments

Comments
 (0)