diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91a67e17f..e0107b6cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout 🛎 - uses: actions/checkout@master + uses: actions/checkout@v4 - uses: actions-ecosystem/action-regex-match@v2 id: regex-match @@ -46,7 +46,8 @@ jobs: run: npm ci - name: Link vue-form-elements - run: npm link vue-form-elements + if: ${{ steps.regex-match.outputs.match != null }} + run: npm link ./vue-form-elements # - name: Run linter 👀 # run: npm run lint