Skip to content

Commit 6bad001

Browse files
authored
Merge pull request #1062 from layer5io/aabidsofi19-patch-1
Update release.yml
2 parents 0bb227e + b47e765 commit 6bad001

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: '20.x'
3939
registry-url: "https://registry.npmjs.org"
40-
scope: "@layer5"
40+
scope: "@sistent"
4141
- run: |
4242
npm install
4343
npm run build
@@ -68,4 +68,4 @@ jobs:
6868
name: version-number
6969
path: |
7070
version/number
71-
retention-days: 14
71+
retention-days: 14

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@layer5/sistent",
3-
"version": "0.14.11",
2+
"name": "sistent",
3+
"version": "0.0.1",
44
"description": "Reusable React Components and SVG Icons library",
55
"repository": {
66
"type": "git",
@@ -117,4 +117,4 @@
117117
"react-share": "^5.1.0",
118118
"use-debounce": "^10.0.4"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)