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 55f09f3 commit 508a79aCopy full SHA for 508a79a
.github/workflows/submit.yml
@@ -73,7 +73,7 @@ jobs:
73
# Don't upload sources zip - it can contain .env files, which may include secrets
74
- name: Upload ZIPs
75
if: ${{ !inputs.dryRun }}
76
- run: gh release upload ${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
+ run: gh release upload v${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
77
env:
78
GH_TOKEN: ${{ github.token }}
79
0 commit comments