Skip to content

Commit

Permalink
Use debug version of build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Aug 16, 2023
1 parent 3558a75 commit 26e176e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
uses: stackhpc/github-actions/semver@master

- name: Publish Helm charts
uses: stackhpc/github-actions/helm-publish@master
# uses: stackhpc/github-actions/helm-publish@master
uses: stackhpc/github-actions/helm-publish@test/capture-stderr
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.semver.outputs.version }}
Expand Down

0 comments on commit 26e176e

Please sign in to comment.