Skip to content

Commit fd24c8b

Browse files
committed
ci: update for Upryzing
1 parent af1f81d commit fd24c8b

File tree

3 files changed

+13
-146
lines changed

3 files changed

+13
-146
lines changed

.github/workflows/build_and_publish.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Commit changes
2727
uses: EndBug/add-and-commit@v9
2828
with:
29-
author_name: Revolt CI
30-
author_email: revolt[email protected]
29+
author_name: Upryzing CI
30+
author_email: upryzing[email protected]
3131
message: "chore: build library from latest spec [skip ci]"
3232

3333
- name: Find current API version
@@ -46,8 +46,8 @@ jobs:
4646
if: ${{ steps.checkTag.outputs.exists }} != true
4747
uses: EndBug/add-and-commit@v9
4848
with:
49-
author_name: Revolt CI
50-
author_email: revolt[email protected]
49+
author_name: Upryzing CI
50+
author_email: upryzing[email protected]
5151
tag: "${{ env.api_version }} --force"
5252
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
5353
- name: Publish to NPM
@@ -56,21 +56,21 @@ jobs:
5656
with:
5757
token: ${{ secrets.NPM_TOKEN }}
5858

59-
- name: Checkout revolt.js repository
59+
- name: Checkout upryzing.js repository
6060
if: ${{ steps.checkTag.outputs.exists }} != true
6161
uses: actions/checkout@v3
6262
with:
63-
repository: revoltchat/revolt.js
64-
path: revolt.js
63+
repository: upryzing/upryzing.js
64+
path: upryzing.js
6565
token: ${{ secrets.PAT }}
66-
- name: Update revolt-api dependency
66+
- name: Update @upryzing/api dependency
6767
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 }}
6969
- name: Commit changes
7070
if: ${{ steps.checkTag.outputs.exists }} != true
7171
uses: EndBug/add-and-commit@v4
7272
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 }}"

.github/workflows/triage_issue.yml

-54
This file was deleted.

.github/workflows/triage_pr.yml

-79
This file was deleted.

0 commit comments

Comments
 (0)