From 51e8732e33cd63156dee01c7b0ee02f0552e120b Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Fri, 10 May 2024 13:48:42 -0300 Subject: [PATCH] Use existing build --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8f493b9..2cabe5c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,6 @@ jobs: with: tools: none php-version: '7.2' - - name: Build - run: make build - name: Version Validation run: | if ./qit --version | grep -q "qit_dev_build"; then