fix: update artifacthub checksum for v0.7.0 #31
Reference in New Issue
Block a user
Delete Branch "fix/artifacthub-checksum-v070"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The release workflow's
Commit and tagstep failed due to branch protection, so thechecksum computed during the workflow run was never written back to main. This PR updates
artifacthub-pkg.ymlwith the correct sha256 checksum matching the tarball attached tothe v0.7.0 release.
LGTM. Clean checksum fix — the old checksum was never written to main because branch protection blocked the release workflow's commit step. E2E failure is the pre-existing issue #29 (wrong plugin name deployed), unrelated to this change.