Explorar o código

cicd: fetch-depth 0 needed for goreleaser changelog

jamesread %!s(int64=3) %!d(string=hai) anos
pai
achega
a792a0aa55
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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