update pipelines
This commit is contained in:
parent
d9ca5dd7dd
commit
c4aa55bb15
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ release:
|
|||
script:
|
||||
- echo "making release! ${package_url}"
|
||||
release:
|
||||
tag_name: "batalert ${VERSION}-${CI_RUNNER_EXECUTABLE_ARCH}"
|
||||
tag_name: "${VERSION}-${CI_RUNNER_EXECUTABLE_ARCH#*/}"
|
||||
description: "batalert ${VERSION} ${CI_RUNNER_EXECUTABLE_ARCH}"
|
||||
assets:
|
||||
links:
|
||||
|
|
Reference in a new issue