Skip to content

Commit a2c06e6

Browse files
fix(ci): switch to pnpm instead of npx
1 parent 44daf08 commit a2c06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: git archive -o source.zip HEAD
4040
- name: Submit
4141
run: |
42-
npx amo-upload \
42+
pnpm exec amo-upload \
4343
--api-key ${{ secrets.WEB_EXT_API_KEY }} \
4444
--api-secret ${{ secrets.WEB_EXT_API_SECRET }} \
4545
--addon-id ${{ secrets.ADDON_ID }} \

0 commit comments

Comments
 (0)