3030 - name : Commit changes
3131 uses : EndBug/add-and-commit@v9
3232 with :
33- author_name : Stoat CI
34- author_email : stoat -ci@users.noreply.github.com
33+ author_name : Upryzing CI
34+ author_email : upryzing -ci@users.noreply.github.com
3535 message : " chore: build library from latest spec [skip ci]"
3636
3737 - name : Find current API version
@@ -54,34 +54,34 @@ jobs:
5454 if : steps.check-tag.outputs.exists == 'false'
5555 uses : EndBug/add-and-commit@v9
5656 with :
57- author_name : Stoat CI
58- author_email : stoat -ci@users.noreply.github.com
57+ author_name : Upryzing CI
58+ author_email : upryzing -ci@users.noreply.github.com
5959 tag : " ${{ steps.check-api.outputs.api-version }} --force"
6060 message : " chore: bump version to ${{ steps.check-api.outputs.api-version }} [skip ci]"
6161
6262 - name : Publish to npm
6363 run : npm publish --provenance --ignore-scripts
6464 if : steps.check-tag.outputs.exists == 'false'
65- env :
66- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
65+ # env:
66+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6767
68- - name : Checkout stoat .js repository
68+ - name : Checkout upryzing .js repository
6969 if : steps.check-tag.outputs.exists == 'false'
7070 uses : actions/checkout@v3
7171 with :
72- repository : stoatchat/javascript-client-sdk
73- path : stoat .js
72+ repository : upryzing/upryzing.js
73+ path : upryzing .js
7474 token : ${{ secrets.GITHUB_TOKEN }}
7575
76- - name : Update stoat- api dependency
76+ - name : Update @upryzing/ api dependency
7777 if : steps.check-tag.outputs.exists == 'false'
78- run : cd stoat .js && pnpm add stoat- api@${{ steps.check-api.outputs.api-version }}
78+ run : cd upryzing .js && pnpm add @upryzing/ api@${{ steps.check-api.outputs.api-version }}
7979
8080 - name : Commit changes
8181 if : steps.check-tag.outputs.exists == 'false'
8282 uses : EndBug/add-and-commit@v4
8383 with :
84- cwd : " stoat .js"
85- author_name : Stoat CI
86- author_email : stoat -ci@users.noreply.github.com
87- message : " chore: update stoat- api to ${{ steps.check-api.outputs.api-version }}"
84+ cwd : " upryzing .js"
85+ author_name : Upryzing CI
86+ author_email : upryzing -ci@users.noreply.github.com
87+ message : " chore: update @upryzing/ api to ${{ steps.check-api.outputs.api-version }}"
0 commit comments