Skip to content

Commit 90798bf

Browse files
committed
ci: Fix upload zip step
1 parent c809a49 commit 90798bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/submit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- name: Upload ZIPs
7575
if: ${{ !inputs.dryRun }}
7676
run: gh release upload ${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
77+
env:
78+
GH_TOKEN: ${{ github.token }}
7779

7880
- name: Submit
7981
run: |

0 commit comments

Comments
 (0)