Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Nov 22, 2024
1 parent 70fd96f commit 9ff07a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: |
git config --local user.email "plutotcool+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: pnpm install
- run: pnpm build
- run: pnpm release
Expand Down

0 comments on commit 9ff07a5

Please sign in to comment.