Skip to content

Commit

Permalink
trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Dec 19, 2020
1 parent 806a2f1 commit 6d847cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
version: v3.4.0

- name: Add bitnami repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami

- name: Update dependencies
run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \;

Expand Down
2 changes: 1 addition & 1 deletion charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ohdsi
description: A Helm chart for deploying OHDSI ATLAS and the WebAPI
type: application
version: 0.1.3
version: 0.1.4
home: https://github.com/OHDSI
keywords:
- ohdsi
Expand Down

0 comments on commit 6d847cc

Please sign in to comment.