From 0c721ffc5b8d49bf2e755a116f16272d29e71e5f Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Mon, 24 Jul 2023 16:41:19 -0700 Subject: [PATCH] fix(ci): add missing step id --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c5870fc..4c7a8e70a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Release + id: release uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3 with: release-type: node