Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Mar 13, 2023
1 parent b12d3c6 commit 4740457
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 @@ -60,9 +60,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: npm install --global pnpm
- name: generateReleaseNote
run: yarn release-note
run: pnpm run release-note
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 4740457

Please sign in to comment.