Merge release plugins (#3752)

This commit is contained in:
qwerty287 2024-06-03 15:53:40 +02:00 committed by GitHub
parent f02902d099
commit c53a05b6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View File

@ -90,7 +90,7 @@ steps:
release: release:
depends_on: depends_on:
- checksums - checksums
image: woodpeckerci/plugin-github-release:1.2.0 image: woodpeckerci/plugin-release:0.1.0
settings: settings:
api_key: api_key:
from_secret: github_token from_secret: github_token

View File

@ -86,8 +86,8 @@
"verified": true "verified": true
}, },
{ {
"name": "Gitea Release", "name": "Release",
"docs": "https://codeberg.org/woodpecker-plugins/gitea-release/raw/branch/main/docs.md", "docs": "https://codeberg.org/woodpecker-plugins/release/raw/branch/main/docs.md",
"verified": true "verified": true
}, },
{ {
@ -145,11 +145,6 @@
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-ready-release-go/main/docs.md", "docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-ready-release-go/main/docs.md",
"verified": true "verified": true
}, },
{
"name": "GitHub Release",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/main/docs.md",
"verified": true
},
{ {
"name": "Nix - Attic", "name": "Nix - Attic",
"docs": "https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/raw/branch/main/docs.md", "docs": "https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/raw/branch/main/docs.md",