mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix circle not building tags
CircleCI recently skipped building tags by default, so we need to explicitly enable it. See https://circleci.com/docs/2.0/configuration-reference/#tags
This commit is contained in:
parent
4f5e88d53d
commit
f4f932fabd
1 changed files with 8 additions and 0 deletions
|
|
@ -23,3 +23,11 @@ jobs:
|
|||
- deploy:
|
||||
name: deploy
|
||||
command: .circleci/deploy.sh
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue