We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c809a49 commit 90798bfCopy full SHA for 90798bf
.github/workflows/submit.yml
@@ -74,6 +74,8 @@ jobs:
74
- name: Upload ZIPs
75
if: ${{ !inputs.dryRun }}
76
run: gh release upload ${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
77
+ env:
78
+ GH_TOKEN: ${{ github.token }}
79
80
- name: Submit
81
run: |
0 commit comments