From f8549b00b63aefe3593188ef16e86bf0b06a00dc Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 18 Jul 2025 20:38:20 -0700 Subject: [PATCH] ci: add release-type --- .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 9c05102..a0aff14 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: uses: googleapis/release-please-action@v4 id: release with: - config-file: .github/workflows/release-please-config.json + release-type: node - name: Login into GitHub Container Registry if: ${{ steps.release.outputs.release_created }}