From ba6af05834c14189063bda6c0e83cf3e3b81ee5f Mon Sep 17 00:00:00 2001 From: Benjamin Schimke Date: Tue, 2 Jul 2024 14:09:19 +0200 Subject: [PATCH] use latest gh release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d4c1dd4a..ab26aa97 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: sed -i "s,ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest,ghcr.io/canonical/cluster-api-k8s/controlplane-controller:${{ env.VERSION }}," out/control-plane-components.yaml - name: Create GitHub Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v2.0.6 with: name: 'Release ${{ env.VERSION }}' tag_name: ${{ env.VERSION }}