mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
Merge release plugins (#3752)
This commit is contained in:
parent
f02902d099
commit
c53a05b6fb
2 changed files with 3 additions and 8 deletions
|
@ -90,7 +90,7 @@ steps:
|
|||
release:
|
||||
depends_on:
|
||||
- checksums
|
||||
image: woodpeckerci/plugin-github-release:1.2.0
|
||||
image: woodpeckerci/plugin-release:0.1.0
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: github_token
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "Gitea Release",
|
||||
"docs": "https://codeberg.org/woodpecker-plugins/gitea-release/raw/branch/main/docs.md",
|
||||
"name": "Release",
|
||||
"docs": "https://codeberg.org/woodpecker-plugins/release/raw/branch/main/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
|
@ -145,11 +145,6 @@
|
|||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-ready-release-go/main/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "GitHub Release",
|
||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/main/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "Nix - Attic",
|
||||
"docs": "https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/raw/branch/main/docs.md",
|
||||
|
|
Loading…
Reference in a new issue