From ff08effd567fc5641260278447afcec8e51fd8db Mon Sep 17 00:00:00 2001 From: Zakary Date: Fri, 22 Sep 2023 21:06:10 +0800 Subject: [PATCH] chore(release): publish 3.6.17 (#14586) * chore(release): publish 3.6.17 * fix(ci): publish ref --- .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 bf8b761f3ae6..53c1c1044341 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -143,7 +143,7 @@ jobs: - name: Publish run: | if [ '${{ github.event_name }}' == 'pull_request' ] ; then - pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref }} -r + pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref_name }} -r elif [ '${{ github.event_name }}' == 'push' ] ; then pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref_name }} -r ${{ env.PUBLISH_PARAMS }} fi