Skip to content

Commit

Permalink
Don't skip the publish step (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser authored and Kedify Bot committed Aug 20, 2024
1 parent 9c62a89 commit 00122ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gh-release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
run: |
sed -i http-add-on/Chart.yaml -e 's;^version:.*;version: ${{ inputs.version }};'
- name: Publish Helm chart
if: inputs.keda != 'true'
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.PAT_TOKEN }}
Expand Down

0 comments on commit 00122ec

Please sign in to comment.