Skip to content

Commit

Permalink
chore: update deploy user
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-vd committed Dec 6, 2024
1 parent 0201a49 commit 8fbc2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
node-version: "lts/*"

- run: |
git config user.name 'Paul van Dyk'
git config user.email 'paul@vandyk.fr'
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- run: npm version ${{ github.event.inputs.version }}
- run: bun run quality:fix
Expand Down

0 comments on commit 8fbc2fc

Please sign in to comment.