Skip to content

Commit

Permalink
Moved zipFilePath down in AMO step for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 13, 2024
1 parent 214cd2b commit f0cb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-amo-on-ff-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
if: env.VERSION_CHANGED == 'true'
uses: cardinalby/webext-buildtools-firefox-addons-action@v1
with:
zipFilePath: extension.zip
extensionId: '[email protected]'
jwtIssuer: ${{ secrets.AMO_ISSUER }}
jwtSecret: ${{ secrets.AMO_SECRET }}
zipFilePath: extension.zip
continue-on-error: true

0 comments on commit f0cb8ec

Please sign in to comment.