Skip to content

Commit df38990

Browse files
JPinkneysleshchenko
authored andcommitted
Update the typescript models package name and the scope
Signed-off-by: Josh Pinkney <[email protected]>
1 parent ccf3f8e commit df38990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-typescript-models.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Modify package.json
6262
run: |
63-
sed -i 's/\"name\": \".*\"/"name": "@devfile\/typescript-types"/g' /tmp/typescript-models/package.json
63+
sed -i 's/\"name\": \".*\"/"name": "@devfile\/api"/g' /tmp/typescript-models/package.json
6464
sed -i 's/\"description\": \".*\"/"description": "Typescript types for devfile api"/g' /tmp/typescript-models/package.json
6565
sed -i 's/\"repository\": \".*\"/"repository": "devfile\/api"/g' /tmp/typescript-models/package.json
6666
@@ -69,6 +69,7 @@ jobs:
6969
with:
7070
node-version: 12
7171
registry-url: 'https://registry.npmjs.org'
72+
scope: '@devfile'
7273

7374
- name: Install dependencies
7475
run: yarn

0 commit comments

Comments
 (0)