Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit dfe5689

Browse files
Merge pull request #244 from secrethub/feature/trigger-release
Trigger CLI release when a tag is pushed
2 parents a1e1fce + 359caee commit dfe5689

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
release:
2+
trigger: secrethub/operations/cli-releaser
3+
variables:
4+
SECRETHUB_CLI_VERSION: $CI_COMMIT_TAG
5+
only:
6+
- tags

0 commit comments

Comments
 (0)