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"
|
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: API_KEY
|
from_secret: API_KEY
|
||||||
target: stable
|
target: ${CI_COMMIT_TAG}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: .woodpecker/title.txt
|
title: .woodpecker/title.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue