Skip to content

Commit 75ab69f

Browse files
committed
fix: use correct Firefox deployment action
- Replace firefox-browser-actions with WebExtPublish/firefox-publish-action - Use correct action for Firefox Add-on store deployment - Resolve repository not found error - Complete final automated deployment pipeline
1 parent ce5aff4 commit 75ab69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
continue-on-error: true
145145

146146
- name: Deploy to Firefox Add-ons
147-
uses: firefox-browser-actions/publish-firefox-addon@v2
147+
uses: WebExtPublish/firefox-publish-action@v2
148148
with:
149149
api-key: ${{ secrets.FIREFOX_JWT_ISSUER }}
150150
api-secret: ${{ secrets.FIREFOX_JWT_SECRET }}

0 commit comments

Comments
 (0)