We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c893d commit ba0aaa8Copy full SHA for ba0aaa8
1 file changed
.github/workflows/publish.yml
@@ -66,9 +66,9 @@ jobs:
66
env:
67
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
68
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
69
- WEB_EXT_CHANNEL: listed
+ WEB_EXT_CHANNEL: unlisted
70
WEB_EXT_SOURCE_DIR: dist/
71
- WEB_EXT_API_UPLOAD_SOURCE_CODE: temp/source.zip
+ WEB_EXT_API_UPLOAD_SOURCE_CODE: temp/source.zip
72
73
74
- name: Upload build artifacts
0 commit comments