Skip to content

Commit

Permalink
fix(release): release-prepare missing tags and history
Browse files Browse the repository at this point in the history
- workflow release-prepare does not get current version, and defaults to
  current version being v0.0.0
- for workflow release-prepare to correctly get current we need the
  whole history and all tags

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jul 30, 2024
1 parent 45ec8c0 commit 32c8c6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Get cocogitto
run: |
Expand Down

0 comments on commit 32c8c6d

Please sign in to comment.