Skip to content

Commit

Permalink
ci: add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 3, 2024
1 parent a695cd8 commit 6991625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/release-alpha/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ inputs:
runs:
using: 'composite'
steps:
- name: Configure git user
run: |
git config --local user.email [email protected]"
git config --local user.name "diegopf"
shell: bash

- name: Configure npm auth
run: |
npm config set registry="https://registry.npmjs.org/"
Expand Down

0 comments on commit 6991625

Please sign in to comment.