Răsfoiți Sursa

cicd: fetch-depth 0 needed for goreleaser changelog

jamesread 3 ani în urmă
părinte
comite
a792a0aa55
2 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/build-snapshot.yml
  2. 2 0
      .github/workflows/build-tag.yml

+ 2 - 0
.github/workflows/build-snapshot.yml

@@ -11,6 +11,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
 
       - name: Set up QEMU
         id: qemu

+ 2 - 0
.github/workflows/build-tag.yml

@@ -12,6 +12,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
 
       - name: Set up QEMU
         id: qemu