Skip to content

Commit bc4c99e

Browse files
authored
chore: Fix release workflow (#169)
1 parent be7bc0e commit bc4c99e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v6
27+
with:
28+
fetch-depth: 0
2729

2830
- name: Bump-up Semantic Version
2931
uses: kyoh86/git-vertag-action@v1.1

0 commit comments

Comments
 (0)