diff options
author | Li Jin <dragon-fly@qq.com> | 2021-03-11 10:07:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 10:07:34 +0800 |
commit | f75b2338814556bc4c57cffdb4ad621370a42f33 (patch) | |
tree | e7182047be5a641d13ad859647bc1c75b19e2570 | |
parent | 742e7d560416dcb75ff88dfd9c3c49ea50d88147 (diff) | |
download | yuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.tar.gz yuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.tar.bz2 yuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.zip |
Update macos.yml
-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 }} | ||