mirror of
https://gitea.com/actions/release-action.git
synced 2025-06-08 05:46:35 +00:00
Update main.go
This commit is contained in:
parent
326e08ff7c
commit
740c37f3d0
7
main.go
7
main.go
@ -35,12 +35,11 @@ func main() {
|
||||
}
|
||||
insecure, _ := strconv.ParseBool(gha.GetInput("insecure"))
|
||||
if tagName == "" {
|
||||
if !strings.HasPrefix(ctx.Ref, "refs/tags/") {
|
||||
gha.Fatalf("ref %s is not a tag", ctx.Ref)
|
||||
}
|
||||
tagName = ctx.RefName
|
||||
}
|
||||
// I don't understend what this doing
|
||||
// if !strings.HasPrefix(tagName, "refs/tags/") {
|
||||
// gha.Fatalf("ref %s is not a tag", tagName)
|
||||
// }
|
||||
|
||||
client := http.DefaultClient
|
||||
if insecure {
|
||||
|
Loading…
x
Reference in New Issue
Block a user