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 3d8afbc commit 795f5c3Copy full SHA for 795f5c3
.github/workflows/create_release.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Run Make
21
run: make BUILD_TYPE=RELEASE
0 commit comments