diff --git a/internal/ghworkflow/workflow_release.go b/internal/ghworkflow/workflow_release.go index f17ddc0..1c07fe9 100644 --- a/internal/ghworkflow/workflow_release.go +++ b/internal/ghworkflow/workflow_release.go @@ -18,6 +18,7 @@ import ( "strings" "github.com/sapcc/go-bits/must" + "github.com/sapcc/go-makefile-maker/internal/core" )