26
26
- name : Commit changes
27
27
uses : EndBug/add-and-commit@v9
28
28
with :
29
- author_name : Revolt CI
30
- author_email :
revolt [email protected]
29
+ author_name : Upryzing CI
30
+ author_email :
upryzing [email protected]
31
31
message : " chore: build library from latest spec [skip ci]"
32
32
33
33
- name : Find current API version
46
46
if : ${{ steps.checkTag.outputs.exists }} != true
47
47
uses : EndBug/add-and-commit@v9
48
48
with :
49
- author_name : Revolt CI
50
- author_email :
revolt [email protected]
49
+ author_name : Upryzing CI
50
+ author_email :
upryzing [email protected]
51
51
tag : " ${{ env.api_version }} --force"
52
52
message : " chore: bump version to ${{ env.api_version }} [skip ci]"
53
53
- name : Publish to NPM
@@ -56,21 +56,21 @@ jobs:
56
56
with :
57
57
token : ${{ secrets.NPM_TOKEN }}
58
58
59
- - name : Checkout revolt .js repository
59
+ - name : Checkout upryzing .js repository
60
60
if : ${{ steps.checkTag.outputs.exists }} != true
61
61
uses : actions/checkout@v3
62
62
with :
63
- repository : revoltchat/revolt .js
64
- path : revolt .js
63
+ repository : upryzing/upryzing .js
64
+ path : upryzing .js
65
65
token : ${{ secrets.PAT }}
66
- - name : Update revolt- api dependency
66
+ - name : Update @upryzing/ api dependency
67
67
if : ${{ steps.checkTag.outputs.exists }} != true
68
- run : cd revolt .js && pnpm add revolt- api@${{ env.api_version }}
68
+ run : cd upryzing .js && pnpm add @upryzing/ api@${{ env.api_version }}
69
69
- name : Commit changes
70
70
if : ${{ steps.checkTag.outputs.exists }} != true
71
71
uses : EndBug/add-and-commit@v4
72
72
with :
73
- cwd : " revolt .js"
74
- author_name : Revolt CI
75
- author_email :
revolt [email protected]
76
- message : " chore: update revolt-api to ${{ env.api_version }}"
73
+ cwd : " upryzing .js"
74
+ author_name : Upryzing CI
75
+ author_email :
upryzing [email protected]
76
+ message : " chore: update @upryzing/ci to ${{ env.api_version }}"
0 commit comments