mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Use our github-release plugin (#3624)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
parent
adfcdaf124
commit
825e0e1b10
1 changed files with 3 additions and 4 deletions
|
@ -90,11 +90,10 @@ steps:
|
|||
release:
|
||||
depends_on:
|
||||
- checksums
|
||||
image: docker.io/plugins/github-release
|
||||
secrets:
|
||||
- source: github_token
|
||||
target: github_release_api_key
|
||||
image: woodpeckerci/plugin-github-release:1.1.2
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: github_token
|
||||
files:
|
||||
- dist/*.tar.gz
|
||||
- dist/*.deb
|
||||
|
|
Loading…
Reference in a new issue