Skip to content

Commit

Permalink
fix(ci): take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 17, 2024
1 parent 9705fff commit 3fe6602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
with:
repository: upryzing/upryzing.js
path: upryzing.js
token: ${{ secrets.PAT }}
#token: ${{ secrets.PAT }}
- name: Update @upryzing/api dependency
if: ${{ steps.checkTag.outputs.exists }} != true
run: cd upryzing.js && corepack enable && pnpm add @upryzing/api@${{ env.api_version }}
- name: Commit changes
if: ${{ steps.checkTag.outputs.exists }} != true
uses: EndBug/add-and-commit@v4
uses: EndBug/add-and-commit@v9
with:
cwd: "upryzing.js"
author_name: Upryzing CI
Expand Down

0 comments on commit 3fe6602

Please sign in to comment.