From 7e2ee14f6f340be7e0e302b55029f551d7091600 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Wed, 5 Nov 2025 11:35:29 -0500 Subject: [PATCH] ci(npm): fix github release parameter name --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 7496c949..27e38eb1 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -45,7 +45,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.ref_name }} - release_name: Release ${{ github.ref_name }} + name: Release ${{ github.ref_name }} body: | ## Installation ```bash