Skip to content

Commit 57a258f

Browse files
authored
Merge pull request #21 from JoShMiQueL/update-bump-version-workflow
fix: set fetch-depth: 0 for full git history in version bump
2 parents 5a5a713 + ecc038c commit 57a258f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bump-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: write
66
packages: write
77
security-events: write # Required for CodeQL to upload results
8+
89

910
on:
1011
workflow_dispatch:
@@ -68,6 +69,8 @@ jobs:
6869
steps:
6970
- name: Checkout
7071
uses: actions/checkout@v4
72+
with:
73+
fetch-depth: 0
7174

7275
- name: Bump package
7376
run: |

0 commit comments

Comments
 (0)