Skip to content

Commit f6c1af6

Browse files
chore(ci): set git config and update package lock (#561)
Co-authored-by: phoenix-server <phoenix@ricardocabral.io>
1 parent 7a1fc18 commit f6c1af6

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/chubby-drinks-worry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install package dependencies
3030
run: npm ci
3131

32+
- run: git config user.name "github-actions[bot]"
33+
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
34+
3235
- name: Create Release Pull Request
3336
uses: changesets/action@v1
3437
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"docker:cover:integration": "npm run docker:integration:run -- npm run cover:integration",
7070
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
7171
"prepare": "husky install || exit 0",
72-
"changeset:version": "changeset version",
72+
"changeset:version": "changeset version && npm install",
7373
"changeset:publish": "changeset publish"
7474
},
7575
"repository": {

0 commit comments

Comments
 (0)