Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdykokd committed Jul 10, 2023
1 parent 226ff21 commit da8b9dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: '18'

- run: npm install
- run: npm run build

cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- name: create release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit da8b9dc

Please sign in to comment.