Skip to content

Commit

Permalink
Remove separate hashes computation step
Browse files Browse the repository at this point in the history
Hashes are computed by GoReleaser
  • Loading branch information
weyfonk committed Feb 19, 2024
1 parent c98ac69 commit 7f687fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f687fc

Please sign in to comment.