Skip to content

Commit

Permalink
add gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl committed Nov 8, 2024
1 parent 0500364 commit ca5c2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
version: v3.3.4

- name: Linting Chart
run: helm lint ./charts/local-path
run: helm lint ./charts/local-path-provisioner
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: v3.3.4

- name: Package Helm chart
run: helm package ./charts/loacl-path
run: helm package ./charts/loacl-path-provisioner

- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
Expand Down

0 comments on commit ca5c2df

Please sign in to comment.