1
0

version 0.0.3
All checks were successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/manual/latest Pipeline was successful

This commit is contained in:
Konstantin Demin 2024-07-26 01:47:43 +03:00
parent 89394ae264
commit d6ed977ae7
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.2",
Version: "0.0.3",
Flags: p.Flags(),
Execute: p.Execute,
})