Skip to content

Commit ca521b0

Browse files
author
anna-singleton-resolver
committed
fix: dont shallow copy - we need tags and history for pre-releases
1 parent 98a225e commit ca521b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484

8585
steps:
8686
- uses: actions/checkout@v6
87+
fetch-depth: 0 # required for guessing versioning for pre-releases
88+
fetch-tags: true
8789

8890
- name: Initialize submodules
8991
run: git submodule update --init --recursive

0 commit comments

Comments
 (0)