🐛 Fix: linux github actions workflow bug

This commit is contained in:
PiEgg 2022-01-05 23:18:41 +08:00
parent 1848bff091
commit 5cb8151df7
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build & release app mac
if: matrix.os == 'macos-11'
run: |

View File

@ -49,6 +49,8 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build & release app mac
if: matrix.os == 'macos-11'
run: |