From 7f687fc6146a691e4a51293a8b0e36446ef7018d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Mon, 19 Feb 2024 12:34:27 +0100 Subject: [PATCH] Remove separate hashes computation step Hashes are computed by GoReleaser --- .github/workflows/release-fleet.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index f3d71cab2b..41111586f3 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -83,20 +83,6 @@ jobs: # api-key: ${{ secrets.FOSSA_API_KEY }} # run-tests: true - # TODO check which hashes this generates (which files are used as input?) -# - name: Compute hashes for released files -# uses: MCJack123/ghaction-generate-release-hashes@v3 -# with: -# hash-type: sha256 -# file-name: dist/artifacts/CHECKSUMsum-amd64.txt - -# - name: Release binaries to Github -# uses: ncipollo/release-action@v1 -# with: -# token: ${{ secrets.GITHUB_TOKEN }} -# prerelease: true -# artifacts: "dist/artifacts/*" - - name: Log into Container registry uses: docker/login-action@v3 with: