Skip to content

Commit

Permalink
fix: Release action (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ authored Aug 21, 2024
1 parent 87ab7c2 commit ce3a462
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'pnpm'

- uses: pnpm/action-setup@v4
with:
version: 9.7
run_install: true

- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'pnpm'

- run: pnpm compile

- name: Create Release Pull Request or Publish
Expand Down

0 comments on commit ce3a462

Please sign in to comment.