fix: match .tar.gz instead of .tgz in release workflow grep pattern #177
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
What
Fix the tarball filename grep pattern in
.github/workflows/release.yaml— the grep in the "Get tarball path" step was looking for.tgzbutheadlamp-pluginproduces.tar.gz. This caused the v1.0.1 release run #554 to fail at that step.Changes
.github/workflows/release.yaml: changed grep pattern fromheadlamp-polaris-\d+\.\d+\.\d+\.tgztoheadlamp-polaris-\d+\.\d+\.\d+\.tar\.gzTest plan
headlamp-polaris-1.0.0.tar.gzcc @cpfarhood
🤖 Generated with Claude Code