Use env variable for target
This commit is contained in:
parent
31099ebdcb
commit
820712ef4c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pipeline:
|
|||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||
api_key:
|
||||
from_secret: API_KEY
|
||||
target: stable
|
||||
target: ${CI_COMMIT_TAG}
|
||||
draft: true
|
||||
prerelease: true
|
||||
title: .woodpecker/title.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue