From 77559390f3f676c8933e9ceaf8b97c1d19d419fc Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Tue, 30 Jul 2024 14:48:54 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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