From 572fa38d854413fb13b656215d17d45e626e4939 Mon Sep 17 00:00:00 2001 From: "henryzhu.eth" Date: Mon, 16 Mar 2026 11:28:57 -0700 Subject: [PATCH] feat: workflow package name --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index c7a5098..b399bdc 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -11,7 +11,7 @@ jobs: id: release with: release-type: node - package-name: test-release-please + package-name: "@0x/0x-parser" # The logic below handles the npm publication: - uses: actions/checkout@v3 # these if statements ensure that a publication only occurs when