You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module gitea.com/actions/release-action
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/sethvargo/go-githubactions v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/sethvargo/go-envconfig v0.8.0 // indirect
|
|
)
|