Skip to content

Commit

Permalink
Merge pull request #18 from dyllamt/feature/troubleshoot-helm-version
Browse files Browse the repository at this point in the history
Feature/troubleshoot helm version
  • Loading branch information
dyllamt committed Feb 19, 2024
2 parents 8ea97b0 + 4d61003 commit 2e831a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Update Chart Versions
run: |
VERSION=${{ needs.prepare.outputs.version }}
VERSION=${{ needs.get-version.outputs.version }}
CHARTS_DIR=charts
for CHART in $CHARTS_DIR/*; do
if [ -d "$CHART" ]; then
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit 2e831a9

Please sign in to comment.