mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
Fixing cli release
This commit is contained in:
parent
4db6b4fcf0
commit
ac92fad8b4
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ pipeline:
|
||||||
release-cli:
|
release-cli:
|
||||||
image: plugins/github-release
|
image: plugins/github-release
|
||||||
files:
|
files:
|
||||||
- release/drone_*.tar.gz
|
- release/woodpecker_*.tar.gz
|
||||||
- release/drone_checksums.txt
|
- release/woodpecker_checksums.txt
|
||||||
secrets:
|
secrets:
|
||||||
- source: github_token
|
- source: github_token
|
||||||
target: github_release_api_key
|
target: github_release_api_key
|
||||||
|
|
Loading…
Reference in a new issue