diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de92adfe..ed13f059 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: echo "tarball=dist/${stage}.tar.gz" >> "$GITHUB_OUTPUT" echo "sha=dist/${stage}.tar.gz.sha256" >> "$GITHUB_OUTPUT" - name: attach to github release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: | ${{ steps.pkg.outputs.tarball }} @@ -276,7 +276,7 @@ jobs: run: | helm push "${{ steps.pkg.outputs.tgz }}" "oci://ghcr.io/${{ github.repository_owner }}/charts" - name: attach chart + crd to github release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: | ${{ steps.pkg.outputs.tgz }}