Skip to content

Commit 4bd76a4

Browse files
author
Asaf Agami
authored
fix: add fetch-depth (#233)
1 parent eae4279 commit 4bd76a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
version: ${{ steps.vsix_version.outputs.next-tag }}
2222
steps:
2323
- uses: actions/checkout@v2
24+
with:
25+
fetch-depth: 0
2426
- name: Calculate next semantic version Git tag (vsix version)
2527
id: vsix_version
2628
uses: ./.github/actions/next-git-tag

0 commit comments

Comments
 (0)