Skip to content

Commit

Permalink
🐛 Fix: linux github actions workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 5, 2022
1 parent 1848bff commit 5cb8151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5cb8151

Please sign in to comment.