Skip to content

Commit

Permalink
Merge pull request #13 from qbaware/add-fetch-depth-to-version-check
Browse files Browse the repository at this point in the history
Add fetch depth to version check
  • Loading branch information
danielgospodinow authored Jan 13, 2024
2 parents e4c9f9c + 75c9ba3 commit 06aa713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Check Version
id: check-version
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 06aa713

Please sign in to comment.