mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
3104b3ce39
This may resolve it...
19 lines
507 B
YAML
19 lines
507 B
YAML
# yamllint disable rule:line-length
|
|
---
|
|
release:
|
|
stage: release
|
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
|
rules:
|
|
- if: $CI_COMMIT_TAG
|
|
script:
|
|
- echo "Running release job for tag $CI_COMMIT_TAG"
|
|
release:
|
|
tag_name: $CI_COMMIT_TAG
|
|
name: Crafty $CI_COMMIT_TAG
|
|
description: ./CHANGELOG.md
|
|
assets:
|
|
links:
|
|
- name: Windows Package
|
|
url: "https://gitlab.com/some/repo/-/jobs/`cat CI_JOB_ID.txt`/artifacts/download"
|
|
link_type: package
|