Procházet zdrojové kódy

cicd: fetch-depth 0 needed for goreleaser changelog

jamesread před 3 roky
rodič
revize
a792a0aa55

+ 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