fix(ci): typo

This commit is contained in:
xilesun 2024-10-24 11:12:51 +08:00
parent 5010a052b5
commit e13a5de904

View File

@ -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"