Skip to content

Commit

Permalink
chore: Removed debug code πŸ”₯ 🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
guisea committed Oct 1, 2024
1 parent 009ddfa commit d84c1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/provider/gitea.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func (repo *GiteaRepository) CreateRelease(release *provider.CreateReleaseConfig
tag := prefix + release.NewVersion
isPrerelease := release.Prerelease || semver.MustParse(release.NewVersion).Prerelease() != ""

fmt.Println("Tag is " + tag)
opt := gitea.CreateReleaseOption{
TagName: tag,
Target: release.Branch,
Expand Down

0 comments on commit d84c1e4

Please sign in to comment.