Skip to content

Commit

Permalink
fix helm path for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Aug 3, 2023
1 parent 5ad8692 commit 5b338b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fi
echo ::set-output name=VERSION::${VERSION}
# replace app.yaml with your app file name
sed -i "s|${TYPE}Tag:.*|${TYPE}Tag: $VERSION|g" deploy/values.yaml
sed -i "s|${TYPE}Tag:.*|${TYPE}Tag: $VERSION|g" helm/values.yaml
- name: Commit changes
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 5b338b0

Please sign in to comment.