From 494273cf085973d67c3e25dd2006160529710193 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 15 Feb 2025 07:10:25 -0800 Subject: [PATCH] ci: snap workflow requires git history --- .github/workflows/snap.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index c5b7f5208..81f012d3e 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -12,6 +12,9 @@ jobs: runs-on: namespace-profile-ghostty-snap steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Setup Cache uses: namespacelabs/nscloud-cache-action@v1.2.0 with: @@ -26,6 +29,9 @@ jobs: runs-on: namespace-profile-ghostty-snap-arm64 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Setup Cache uses: namespacelabs/nscloud-cache-action@v1.2.0 with: