We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872b49c commit 36e1173Copy full SHA for 36e1173
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Create Release
+ name: Create Release
2
on:
3
push:
4
branches:
@@ -155,7 +155,7 @@ jobs:
155
push-helm-chart:
156
needs: [semantic-release, helm]
157
if: needs.semantic-release.outputs.new-release-published == 'true'
158
- uses: flanksource/action-workflows/.github/workflows/push-helm-chart.yml@edab5b9d3a5f8d1eeb59be89edb810246a06ae6d # main
+ uses: flanksource/action-workflows/.github/workflows/push-helm-chart.yml@4b41aaf6cf7727789c0d21cd0bc262e850ba543f # main
159
with:
160
filename_regex: "config-db-*.tgz"
161
version: ${{ needs.semantic-release.outputs.release-version }}
0 commit comments