Skip to content

Commit

Permalink
🔧 run checksum even if not tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Jan 17, 2025
1 parent 62ec38c commit e87c38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ jobs:
name: compute hashes
runs-on: ubuntu-22.04
needs: [linux, windows, macos, sdist, universal]
if: "startsWith(github.ref, 'refs/tags/')"
outputs:
hashes: ${{ steps.compute.outputs.hashes }}
steps:
Expand Down

0 comments on commit e87c38b

Please sign in to comment.