diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/macos.yml | 8 |
1 files changed, 0 insertions, 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: | |||
| 16 | - uses: actions/checkout@v1 | 16 | - uses: actions/checkout@v1 |
| 17 | - name: build-test | 17 | - name: build-test |
| 18 | run: make test | 18 | run: make test |
| 19 | - name: release | ||
| 20 | uses: softprops/action-gh-release@v1 | ||
| 21 | if: startsWith(github.ref, 'refs/tags/') | ||
| 22 | with: | ||
| 23 | files: | | ||
| 24 | ./bin/release/yue | ||
| 25 | env: | ||
| 26 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
