Skip to content

Commit

Permalink
chore:adjust;
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jun 22, 2024
1 parent 8d79658 commit 440e64a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
run: |
mkdir -p ~/.pnpm-global
pnpm config set global-bin-dir ~/.pnpm-global
shell: bash
- name: Add pnpm global bin to PATH
run: echo "export PATH=$HOME/.pnpm-global:$PATH" >> $GITHUB_ENV
run: echo "$HOME/.pnpm-global" >> $GITHUB_PATH

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -56,5 +55,5 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "ryanuo"
git add .
git diff-index --quiet HEAD || git commit -m "chore:auto generate cover"
git diff-index --quiet HEAD || git commit -m "chore:auto update deploy static files"
git push

0 comments on commit 440e64a

Please sign in to comment.