diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-12-14 10:31:41 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-12-16 20:38:35 -0800 |
| commit | ea463cf684494ead0a211b765eb864758c66742e (patch) | |
| tree | a5e9febbad4ef652996b88c4ca01c3085ce2c5aa | |
| parent | 0b5fd246f6dd8599c53ddc7fc9a92b85646220fc (diff) | |
| download | wix-ea463cf684494ead0a211b765eb864758c66742e.tar.gz wix-ea463cf684494ead0a211b765eb864758c66742e.tar.bz2 wix-ea463cf684494ead0a211b765eb864758c66742e.zip | |
Get full git history so versioning based on "height" works correctly
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 379a18b4..621be4d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -23,6 +23,8 @@ jobs: | |||
| 23 | steps: | 23 | steps: |
| 24 | - name: Checkout code | 24 | - name: Checkout code |
| 25 | uses: actions/checkout@v2 | 25 | uses: actions/checkout@v2 |
| 26 | with: | ||
| 27 | fetch-depth: 0 | ||
| 26 | 28 | ||
| 27 | - name: Confgure Visual Studio | 29 | - name: Confgure Visual Studio |
| 28 | shell: cmd | 30 | shell: cmd |
