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 1c59f48 commit 48fcebcCopy full SHA for 48fcebc
.github/workflows/main.yml
@@ -55,7 +55,14 @@ jobs:
55
mv ./new_manifest.json ./dist/LeetcodeSessionManager/manifest.json
56
cd ./dist/LeetcodeSessionManager
57
zip -r ../../LeetcodeSessionManager-${{ github.event.inputs.tag }}.zip .
58
-
+
59
+ # Runs a set of commands using the runners shell
60
+ - name: Release to Mozilla Amo
61
+ if: ${{ github.event_name == 'workflow_dispatch' }}
62
+ run: |
63
+ cd ./dist/LeetcodeSessionManager
64
+ web-ext sign --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }} --channel listed --id ${{ secrets.FIREFOX_API_ID }} || true
65
66
- name: 'Create GitHub Release'
67
uses: softprops/action-gh-release@v1
68
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments