Skip to content

Commit

Permalink
feat(GH-8): Add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 15, 2024
1 parent 58ae64f commit 6eaa195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- name: Set version
run: |
git config user.name '${{ github.actor }}'
git config user.email '${{ github.actor }}@users.noreply.github.com'
git remote set-url origin https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}
npm version ${{ steps.get-version.outputs.semVer }} -m "chore: [skip-ci] set version to %s"
- name: Restore dependencies
Expand Down

0 comments on commit 6eaa195

Please sign in to comment.