From 3f9a286b399db0cfc058177423dc6f60f84f4f99 Mon Sep 17 00:00:00 2001 From: gxz Date: Thu, 29 Feb 2024 17:31:31 +0800 Subject: [PATCH] chore: optimize --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0bae43c..263646d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: - name: Update Release Assets if: ${{ steps.check-if-release-exists.outputs.release-exists }} run: | - pnpm release --no-increment --ci --npm.allowSameVersion --github.assets=./packages/rtc/dist/${{ env.RTC_PACKAGE_PATH }} --github.assets=./packages/fake/rtc/dist/${{ env.RTC_FAKE_PACKAGE_PATH }} + pnpm release --no-increment --no-git --ci --npm.allowSameVersion --github.assets=./packages/rtc/dist/${{ env.RTC_PACKAGE_PATH }} --github.assets=./packages/fake/rtc/dist/${{ env.RTC_FAKE_PACKAGE_PATH }} - name: Prepare CDN Publish iris-web-rtc if: ${{ inputs.cdn }}