We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22ac12 commit de1c27cCopy full SHA for de1c27c
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
created: ${{ steps.commit.outputs.created }}
35
sha: ${{ steps.commit.outputs.sha }}
36
repo: ${{ steps.commit.outputs.repo }}
37
+ helmChartVersion: ${{ steps.commit.outputs.helmChartVersion }}
38
steps:
39
- name: Checkout Repository
40
uses: actions/checkout@v2
0 commit comments