From b65c7170a5e17ee540babb18f45dac6ff5cb5f3d Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Fri, 24 Mar 2023 07:48:49 +0000 Subject: [PATCH] Fix (ci): Remove invalid `id` key in `softprops/action-gh-release@v1` --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 528ad77..a828175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,6 @@ jobs: - uses: softprops/action-gh-release@v1 with: draft: false - id: ${{ steps.release-drafter.outputs.id }} name: ${{ steps.release-drafter.outputs.name }} tag_name: ${{ steps.release-drafter.outputs.tag_name }} body: ${{ steps.release-drafter.outputs.body }}