gogitlabber/.gitlab/releasing.yaml

13 lines
248 B
YAML

---
releasing:
stage: "releasing"
image:
name: "goreleaser/goreleaser:v2.10.2"
entrypoint: [""]
rules:
- if: '$CI_COMMIT_TAG'
variables:
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
script:
- "goreleaser release --clean"