File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
)
20
20
21
21
require (
22
- code.gitea.io/sdk/gitea v0.18 .0
22
+ code.gitea.io/sdk/gitea v0.19 .0
23
23
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
24
24
github.com/fatih/color v1.17.0 // indirect
25
25
github.com/fsnotify/fsnotify v1.7.0 // indirect
Original file line number Diff line number Diff line change 1
1
code.gitea.io/sdk/gitea v0.18.0 h1:+zZrwVmujIrgobt6wVBWCqITz6bn1aBjnCUHmpZrerI =
2
2
code.gitea.io/sdk/gitea v0.18.0 /go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI =
3
+ code.gitea.io/sdk/gitea v0.19.0 h1:8I6s1s4RHgzxiPHhOQdgim1RWIRcr0LVMbHBjBFXq4Y =
4
+ code.gitea.io/sdk/gitea v0.19.0 /go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI =
3
5
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0 =
4
6
github.com/Masterminds/semver/v3 v3.2.1 /go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
5
7
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA =
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ func (repo *GiteaRepository) CreateRelease(release *provider.CreateReleaseConfig
210
210
tag := prefix + release .NewVersion
211
211
isPrerelease := release .Prerelease || semver .MustParse (release .NewVersion ).Prerelease () != ""
212
212
213
+ fmt .Println ("Tag is " + tag )
213
214
opt := gitea.CreateReleaseOption {
214
215
TagName : tag ,
215
216
Target : release .Branch ,
You can’t perform that action at this time.
0 commit comments