Skip to content

Commit 32c8c6d

Browse files
committed
fix(release): release-prepare missing tags and 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 <vojtech.vesely@9elements.com>
1 parent 45ec8c0 commit 32c8c6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-prepare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
34+
fetch-tags: true
3235

3336
- name: Get cocogitto
3437
run: |

0 commit comments

Comments
 (0)