Skip to content

Commit 7daecea

Browse files
authored
Rename back to vhybzOS
1 parent 8345832 commit 7daecea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sdk.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
-i docs/swagger.json \
4949
-g typescript-axios \
5050
-o sdk/typescript \
51-
--additional-properties=npmName=@vhybzUX/api,npmVersion=$FULL_VERSION,supportsES6=true,useSingleRequestParameter=true,useSingleClass=true,public=true
51+
--additional-properties=npmName=@vhybzOS/api,npmVersion=$FULL_VERSION,supportsES6=true,useSingleRequestParameter=true,useSingleClass=true,public=true
5252
5353
- name: Configure npm
5454
run: |
5555
cd sdk/typescript
5656
# Set GitHub Packages authentication
5757
npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
58-
# Set GitHub Packages registry only for @vhybzUX scope
59-
npm config set @vhybzUX:registry https://npm.pkg.github.com
58+
# Set GitHub Packages registry only for @vhybzOS scope
59+
npm config set @vhybzOS:registry https://npm.pkg.github.com
6060
# Set default registry to npm
6161
npm config set registry https://registry.npmjs.org/
6262
@@ -66,7 +66,7 @@ jobs:
6666
npm install
6767
npm run build
6868
# Fix package.json
69-
npm pkg set repository.url="https://github.com/vhybzUX/api.git"
69+
npm pkg set repository.url="https://github.com/vhybzOS/api.git"
7070
npm pkg set repository.type="git"
7171
npm pkg set repository.directory="sdk/typescript"
7272
@@ -82,4 +82,4 @@ jobs:
8282
generate_release_notes: true
8383
draft: false
8484
prerelease: false
85-
tag_name: sdk-v${{ env.FULL_VERSION }}
85+
tag_name: sdk-v${{ env.FULL_VERSION }}

0 commit comments

Comments
 (0)