Skip to content

Commit

Permalink
fix: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
appear authored Jun 9, 2024
1 parent 35f5487 commit efff6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: setup pnpm and install dependencies
uses: pnpm/action-setup@v3
with:
version: 9.1.1
version: 9.1.4
run_install: true

- name: Create Release Pull Request or Publish to npm
Expand All @@ -37,4 +37,4 @@ jobs:
commit: '📦 bump changed packages version'
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efff6dc

Please sign in to comment.