Skip to content

Commit

Permalink
fix: add fetch-depth (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf Agami authored Jun 1, 2023
1 parent eae4279 commit 4bd76a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
version: ${{ steps.vsix_version.outputs.next-tag }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Calculate next semantic version Git tag (vsix version)
id: vsix_version
uses: ./.github/actions/next-git-tag
Expand Down

0 comments on commit 4bd76a4

Please sign in to comment.