From f75b2338814556bc4c57cffdb4ad621370a42f33 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 11 Mar 2021 10:07:34 +0800 Subject: Update macos.yml --- .github/workflows/macos.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 669b033..def54ff 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,11 +16,3 @@ jobs: - uses: actions/checkout@v1 - name: build-test run: make test - - name: release - uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: | - ./bin/release/yue - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3-55-g6feb