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

Commit 34b98c6

Browse files
committed
Publish in canopas
1 parent 239c647 commit 34b98c6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
node-version: 20.5.1
2828
registry-url: https://npm.pkg.github.com/
2929
- run: npm ci
30-
- run: npm login
31-
- run: npm whoami
3230
- run: npm publish --access=public
3331
env:
3432
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@dharti-canopas:registry=https://npm.pkg.github.com
1+
@canopassoftware:registry=https://npm.pkg.github.com

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-file-upload",
3-
"version": "1.0.0",
2+
"name": "@canopassoftware/react-file-upload",
3+
"version": "1.1.28",
44
"description": "Show the preview of file and manage files data to upload",
55
"main": "/src/app/index.ts",
66
"repository": {

0 commit comments

Comments
 (0)