diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 09735704b..4babe42ed 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: snapcore/action-build@v1 id: snapcraft - uses: actions/upload-artifact@v3