diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 2dfc6b6..4baca25 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -233,7 +233,7 @@ jobs: - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/helm-v') - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: name: "Helm chart ${{ steps.version.outputs.version }}" prerelease: ${{ contains(steps.version.outputs.version, '-') }}