Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Sep 17, 2020
1 parent 2eb37b5 commit d6720b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cd secret-manager
make crds-to-chart
echo ::set-env name=LASTTAG::$(git describe --abbrev=0 --tags)
sed -i "s/0.0.0/${LASTTAG#v}/" secret-manager/deploy/charts/secret-manager/Chart.yaml
sed -i "s/0.0.0/${LASTTAG#v}/" deploy/charts/secret-manager/Chart.yaml
- name: Generate Helm README
run: cd secret-manager && make helm-docs
- name: Release Chart
Expand Down

0 comments on commit d6720b5

Please sign in to comment.