Skip to content

Commit

Permalink
fix: change git fetch depth to allow git describe to find the previou…
Browse files Browse the repository at this point in the history
…s tag

It should usually be in the previous commit unless for some reason we skipped a commit or
 the release failed
  • Loading branch information
callicles committed Oct 21, 2023
1 parent 2cd7ea2 commit aab9ace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-igloo-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 10

- name: Generate Version
id: version
Expand Down

0 comments on commit aab9ace

Please sign in to comment.