Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed May 6, 2024
1 parent 7620caa commit be18fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: pnpm/action-setup@v2
name: install-pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- uses: actions/setup-node@v3
Expand Down

0 comments on commit be18fc0

Please sign in to comment.