Skip to content

Commit 42c806a

Browse files
authored
Merge pull request #136 from milaboratory/v4-beta
Fix init action
2 parents cd795ac + 850d9c2 commit 42c806a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

actions/context/init/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ runs:
3333
- uses: milaboratory/github-ci/actions/context/create@v4
3434

3535
- uses: actions/checkout@v4
36+
with:
37+
fetch-depth: ${{ inputs.version-fetch-depth }}
38+
fetch-tags: true
3639
- id: versions
3740
uses: milaboratory/github-ci/actions/detect-version@v4
3841
with:

0 commit comments

Comments
 (0)