Skip to content

Commit

Permalink
Add back git config step
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent 812b1d3 commit 0008b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@cruglobal"
- run: yarn install --immutable --immutable-cache
- name: 👤 Configure git
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'github-action@users.noreply.github.com'
- name: 🎁 Publish package to npm
run: yarn publish --access public --new-version ${{ github.event.release.tag_name }}
env:
Expand Down

0 comments on commit 0008b8b

Please sign in to comment.