Skip to content

Commit 3a7dd1b

Browse files
Install Helm in create-release job (#24)
It's required for the ./do version command
1 parent 0d6eae8 commit 3a7dd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
executor: gh
151151
steps:
152152
- checkout
153-
- run: apk add --no-cache bash
153+
- run: apk add --no-cache bash helm
154154
- run:
155155
name: Create Release
156156
command: gh release create "$(./do version)" --generate-notes -R "CircleCI-Public/circleci-server-monitoring-reference"

0 commit comments

Comments
 (0)