Skip to content

Commit 147f4eb

Browse files
authored
Merge pull request #43 from Flux159/pr43
Fixing up cd.yml and updating bun.lock
2 parents b39d80c + 681789c commit 147f4eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315

1416
- uses: oven-sh/setup-bun@v2
1517
with:
@@ -62,6 +64,11 @@ jobs:
6264
scheme: semver
6365
increment: patch # major, minor, patch (according to semver)
6466

67+
- name: Configure Git
68+
run: |
69+
git config --global user.name "github-actions[bot]"
70+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
71+
6572
- name: Commit the new version
6673
run: |
6774
# Update the version in package.json and commit the change

bun.lockb

711 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)