From 470772341f9ea1961fb951bdc13a2bae77a8bfb6 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 21 Dec 2021 17:34:25 +0800 Subject: [PATCH] no message --- .github/workflows/electron.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 47ee3570..1722634e 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -2,36 +2,9 @@ name: Build on: push: - tags: - - 'v*' + branches: [ build ] jobs: - release: - runs-on: ubuntu-latest - if: startsWith(github.event.ref, 'refs/tags/v') - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Changelog - uses: scottbrenner/generate-changelog-action@master - id: Changelog - env: - REPO: ${{ github.repository }} - - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body: | - ${{ steps.Changelog.outputs.changelog }} - draft: false - prerelease: false - build: runs-on: ${{ matrix.os }} environment: build @@ -45,7 +18,6 @@ jobs: build-win ] - if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Checkout uses: actions/checkout@v2