From cf25fc762709002f597031ba267c6233e5d84b6b Mon Sep 17 00:00:00 2001 From: Jakub Coufal Date: Mon, 24 Apr 2023 13:50:15 +0200 Subject: [PATCH] Use forked action for release (#36) * Use forked action for release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1803d03..fc01bac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: && mv git2kube dist/git2kube \ && tar -czvf git2kube-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz -C dist/ . - name: Release - uses: softprops/action-gh-release@v1 + uses: wandera/action-gh-release@v1 with: files: git2kube-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz