diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-04-21 14:38:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 14:38:32 -0400 |
| commit | d91c7bd6a35e2d979aeb1c2d11c6d8a21b57e173 (patch) | |
| tree | a9fab62b682e8b06c34192e447da6656ad034572 /.github | |
| parent | e05702d1818088439fd017786a036103062db358 (diff) | |
| parent | ee4c7beb65ddef497e9349d4ffc71d5bd58777cc (diff) | |
| download | stasis-d91c7bd6a35e2d979aeb1c2d11c6d8a21b57e173.tar.gz | |
Generate version string based on repository information
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index e2315f7..2191559 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -30,6 +30,8 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + fetch-depth: 0 - name: Set reusable strings id: strings |
