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