From 22e67deeb9c869138fba1231f8a863658c9d9bc7 Mon Sep 17 00:00:00 2001 From: HUI Date: Wed, 24 May 2023 19:57:03 +0800 Subject: [PATCH] ci: fix publish --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cef7a0ff1..c5433b12d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Build run: | - type=${${{inputs.type}}:-"sdk""} + type=${${{inputs.type}}:-"sdk"} curl -X POST -sS -D- -o/dev/null ${{secrets.JENKINS_BUILD_URL}} \ -H 'Content-Type: application/json' \ -d '{"branch": "${{github.ref_name}}, "type": "${type}"}' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c59187bfc..e925fd3bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,4 +65,4 @@ jobs: - name: Release if: ${{ !inputs.dry-run }} run: | - yarn release ${{ inputs.increment }} --ci --no-npm \ No newline at end of file + yarn release ${{ inputs.increment }} --ci --no-npm --no-git.changelog \ No newline at end of file