1
0

version 0.0.9
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/manual/build Pipeline failed

This commit is contained in:
Konstantin Demin 2024-05-27 13:27:03 +03:00
parent f37b5cfe9b
commit f7bc8cf1ce
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0

View File

@ -34,7 +34,7 @@ func main() {
p.Plugin = plugin.New(plugin.Options{
Name: "woodpecker-sonatype-nexus",
Description: "Woodpecker CI plugin to publish artifacts to Sonatype Nexus",
Version: "0.0.8",
Version: "0.0.9",
Flags: p.Flags(),
Execute: p.Execute,
})