From e13a5de904fdb030291d907ea86f35723ad8cfaa Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Thu, 24 Oct 2024 11:12:51 +0800 Subject: [PATCH] fix(ci): typo --- .github/workflows/manual-build-pro-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-build-pro-image.yml b/.github/workflows/manual-build-pro-image.yml index 3330327a35..4736fd5aab 100644 --- a/.github/workflows/manual-build-pro-image.yml +++ b/.github/workflows/manual-build-pro-image.yml @@ -105,7 +105,7 @@ jobs: - name: Set tags id: set-tags run: | - echo "::set-output name=tags::${{ secrets.ALI_DOCKER_REGISTRY }}/nocobase/nocobase:${{ steps.get-tag.outputs.tag }}-pro + echo "::set-output name=tags::${{ secrets.ALI_DOCKER_REGISTRY }}/nocobase/nocobase:${{ steps.get-tag.outputs.tag }}-pro" - name: Set variables run: | target_directory="./packages/pro-plugins/@nocobase"