Skip to content

Commit

Permalink
Merge pull request #53 from N1ck/nickl-update-webstore-upload-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ck authored Nov 29, 2022
2 parents 62acf8d + 05cf8ef commit ed81b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
case ${{ matrix.command }} in
chrome)
cd $DIRECTORY && npx chrome-webstore-upload-cli@1 upload --auto-publish
cd $DIRECTORY && npx chrome-webstore-upload-cli@2.1.0 upload --auto-publish
;;
firefox)
cd $DIRECTORY && npx web-ext-submit@5
Expand Down

0 comments on commit ed81b8f

Please sign in to comment.