Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
yolo(ci): add git author info
Browse files Browse the repository at this point in the history
  • Loading branch information
bejoinka committed Feb 22, 2024
1 parent 6b7379f commit 91c976f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:

- name: Publish new version to NPM Registry
run: |
git config --global user.name "Awell CI"
git config --global user.email "ci@awellhealth.com"
yarn version --patch
yarn npm publish --access public

0 comments on commit 91c976f

Please sign in to comment.