From 5cbced4ab1bfb70bd70199762f63fbd28c0bc08e Mon Sep 17 00:00:00 2001 From: Jon M Date: Wed, 26 Jun 2024 14:54:27 +0100 Subject: [PATCH] Remove action --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8857e07..34048de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ vars.NODE_VERSION }} - - name: Set build number - uses: ./.github/actions/build-number - name: Build run: npm i && npm run build - name: Notify on failure