Skip to content

Commit

Permalink
fix: revert hashing actions (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin authored Feb 7, 2024
1 parent 3229d92 commit e1e9cfc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: dist/db-migration-assessment-collection-scripts-postgres.zip
- uses: MCJack123/ghaction-generate-release-hashes@v3
with:
hash-type: sha256
file-name: hashes.txt
get-assets: true
- uses: actions/upload-artifact@v2
with:
name: Upload Release Hashes
path: hashes.txt

0 comments on commit e1e9cfc

Please sign in to comment.