We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6790dd7 commit c87ae5eCopy full SHA for c87ae5e
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v3.5.2
13
+ with:
14
+ fetch-tags: true
15
+ fetch-depth: '25'
16
17
#workaround for the github checkout not fully working right with containers
18
#see : https://github.com/actions/checkout/issues/2031
0 commit comments