From ecb04e944dbbd1aa5886d093fc6b558e7077adb2 Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:28:12 +0530 Subject: [PATCH] remove release-type from workflow yml file --- .github/workflows/npm-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e5a65ae8f483..f0f47e8ed086 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,8 +18,6 @@ jobs: - name: Release uses: google-github-actions/release-please-action@v4 id: release - with: - release-type: node - name: Checkout uses: actions/checkout@v4