Skip to content

Commit

Permalink
ci(release): set git name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
lfantone committed Jan 11, 2024
1 parent 1a923d5 commit fe4a718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: yarn install --immutable --immutable-cache --check-cache
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Setup git user
run: |
git config --global user.email ${{ vars.GANDALF_EMAIL }}
git config --global user.name ${{ vars.GANDALF_NAME }}
- name: Semantic release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit fe4a718

Please sign in to comment.