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 9ff07a5 commit 6543093
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 @@ -14,8 +14,8 @@ jobs:
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]"
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 6543093

Please sign in to comment.