Skip to content

Commit

Permalink
backport #1585 to 0.24.1 (#1587)
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
Co-authored-by: Vladislav Klimenko <[email protected]>
  • Loading branch information
Slach and sunsingerus authored Dec 6, 2024
1 parent 932c34e commit 54b4782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: cr package deploy/helm/clickhouse-operator

- name: Get Release Assets
id: get_assets
run: |
CHART_PATH=$(ls .cr-release-packages/altinity-clickhouse-operator-*.tgz)
ASSET_NAME=$(basename ${CHART_PATH})
Expand All @@ -41,7 +42,7 @@ jobs:
if: steps.get_assets.outputs.asset_id != ''
run: |
curl -X DELETE -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/${{ github.repository
"https://api.github.com/repos/${{ github.repository }}
- name: Upload Release Artifacts
run: |
Expand Down

0 comments on commit 54b4782

Please sign in to comment.