diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5013d53..3fe7482 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -366,6 +366,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + fetch-depth: 0 - name: Fetch container images uses: actions/download-artifact@v2 diff --git a/.versionrc b/.versionrc index 182a887..75ee28b 100644 --- a/.versionrc +++ b/.versionrc @@ -1 +1,2 @@ -template: ".convco/template" \ No newline at end of file +template: ".convco/template" +header: "" \ No newline at end of file