From 9e03594ab88b7fe1cfacd2df039f7b4aa3fea740 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:16:49 +0900 Subject: [PATCH] maintain(ci): Fix the typo of "Release" (#132) Correct the misspelling. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d66206..6186dc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: echo "next=v$version" >> "$GITHUB_OUTPUT" fi - - name: 🚀 Rrelease a New Version + - name: 🚀 Release a New Version if: ${{ steps.version.outputs.next != '' }} run: gh release create "${{ steps.version.outputs.next }}" --generate-notes env: