We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39d80c + 681789c commit 147f4ebCopy full SHA for 147f4eb
.github/workflows/cd.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
16
- uses: oven-sh/setup-bun@v2
17
with:
@@ -62,6 +64,11 @@ jobs:
62
64
scheme: semver
63
65
increment: patch # major, minor, patch (according to semver)
66
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
+
72
- name: Commit the new version
73
run: |
74
# Update the version in package.json and commit the change
bun.lockb
711 Bytes
0 commit comments