diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1c8e85..f672eee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,3 +79,6 @@ jobs: tag_name: v${{ steps.pkg.outputs.version }} name: v${{ steps.pkg.outputs.version }} generate_release_notes: true + + ci: + uses: ./.github/workflows/ci.yml diff --git a/README.md b/README.md index e537628..1189a5e 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Each rule accepts an optional **custom error message**. The same rule type canno Clone the repo and link the plugin to a local Strapi project: ```bash -git clone https://github.com/dev-cluna/strapi-plugin-form-builder-cms.git +git clone https://github.com/devCluna/strapi-plugin-form-builder-cms.git cd strapi-plugin-form-builder-cms npm install