File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v3.9.1] - 2024-08-20
4+ ### Fixed
5+ - helm-release-notify
6+ - missing dependency
7+ - helm-test-notify
8+ - missing dependency
9+
310## [ v3.9] - 2024-08-13
411### Added
512- helm-release-notify
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ inputs:
2626runs :
2727 using : ' composite'
2828 steps :
29+ - name : Install curl and git
30+ run : sudo apt-get update && sudo apt-get install -y curl git
31+ shell : bash
2932 - name : Checkout
3033 uses : actions/checkout@v4
3134 with :
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ inputs:
2323runs :
2424 using : ' composite'
2525 steps :
26+ - name : Install curl
27+ run : sudo apt-get update && sudo apt-get install -y curl
28+ shell : bash
2629 - name : Checkout
2730 uses : actions/checkout@v4
2831 with :
You can’t perform that action at this time.
0 commit comments