Skip to content

Git tags are not automatically created on publishBintray #487

@johanhaleby

Description

@johanhaleby

I have the following configuration:

autoGitTag {
    enabled = true
    annotated = true
    tag = "$version"
    message = "Released $version"
}

However when I run ./kobaltw assemble uploadBintray the git tagging step gives me the following error that I cannot understand:

Tag on repository without HEAD currently not supported

I've cloned the project from github as I do with all other projects so nothing special there. I also run the command from the root of the project and everything is in sync with the remote repository so I don't really understand why I get this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions