From 3a445ed0ed79615e7ced1fb5c191de263cc0e45a Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Wed, 14 Oct 2020 10:43:18 -0400 Subject: [PATCH] Broken workflow removed. --- .github/workflows/build-release.yml | 49 ----------------------------- 1 file changed, 49 deletions(-) delete mode 100644 .github/workflows/build-release.yml diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml deleted file mode 100644 index a4b29d98..00000000 --- a/.github/workflows/build-release.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: build_release - -on: - push: - tags: - - "v*" - -jobs: - build_release: - name: "Build Release" - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v1 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: 7.3 - extensions: mbstring, intl - tools: composer - - - name: Install dependencies - run: composer install --no-dev - - - name: List files - run: ls -laR - - - name: Generate draft release - uses: meeDamian/github-release@2.0 - with: - token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: true - draft: true - title: "Release {{ github.ref }}" - gzip: true - files: > - includes/ - vendor/ - .distignore - access-functions.php - CHANGELOG.md - class-inflect.php - LICENSE - logo.svg - README.md - README.txt - SECURITY.md - wp-graphql-woocommerce.php