Skip to content

Commit

Permalink
ci: update for Upryzing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Sep 7, 2024
1 parent af1f81d commit fd24c8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 146 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: Revolt CI
author_email: revolt[email protected]
author_name: Upryzing CI
author_email: upryzing[email protected]
message: "chore: build library from latest spec [skip ci]"

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

- name: Checkout revolt.js repository
- name: Checkout upryzing.js repository
if: ${{ steps.checkTag.outputs.exists }} != true
uses: actions/checkout@v3
with:
repository: revoltchat/revolt.js
path: revolt.js
repository: upryzing/upryzing.js
path: upryzing.js
token: ${{ secrets.PAT }}
- name: Update revolt-api dependency
- name: Update @upryzing/api dependency
if: ${{ steps.checkTag.outputs.exists }} != true
run: cd revolt.js && pnpm add revolt-api@${{ env.api_version }}
run: cd upryzing.js && pnpm add @upryzing/api@${{ env.api_version }}
- name: Commit changes
if: ${{ steps.checkTag.outputs.exists }} != true
uses: EndBug/add-and-commit@v4
with:
cwd: "revolt.js"
author_name: Revolt CI
author_email: revolt[email protected]
message: "chore: update revolt-api to ${{ env.api_version }}"
cwd: "upryzing.js"
author_name: Upryzing CI
author_email: upryzing[email protected]
message: "chore: update @upryzing/ci to ${{ env.api_version }}"
54 changes: 0 additions & 54 deletions .github/workflows/triage_issue.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/triage_pr.yml

This file was deleted.

0 comments on commit fd24c8b

Please sign in to comment.