Skip to content

Commit 5cb8151

Browse files
committed
🐛 Fix: linux github actions workflow bug
1 parent 1848bff commit 5cb8151

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
if: matrix.os == 'ubuntu-latest'
5353
run: |
5454
yarn release
55+
env:
56+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5557
- name: Build & release app mac
5658
if: matrix.os == 'macos-11'
5759
run: |

.github/workflows/manually.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
if: matrix.os == 'ubuntu-latest'
5050
run: |
5151
yarn release
52+
env:
53+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5254
- name: Build & release app mac
5355
if: matrix.os == 'macos-11'
5456
run: |

0 commit comments

Comments
 (0)