feat(ci): release when a tag is committed
This commit is contained in:
parent
2dc6638738
commit
fe13b9714a
1 changed files with 1 additions and 3 deletions
|
|
@ -25,9 +25,7 @@ releasing:
|
||||||
name: "goreleaser/goreleaser:v2.8.2"
|
name: "goreleaser/goreleaser:v2.8.2"
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
rules:
|
rules:
|
||||||
# run only if scheduled with this name
|
- if: '$CI_COMMIT_TAG'
|
||||||
- if: '$SCHEDULE_NAME == "release"'
|
|
||||||
- when: "never"
|
|
||||||
variables:
|
variables:
|
||||||
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue