Skip to content

Commit

Permalink
ci: update submit.yml to temporary disable auto publishing
Browse files Browse the repository at this point in the history
Timeout value is too low, submit process is dropped.

Refs: PlasmoHQ/mozilla-addons-api#92
  • Loading branch information
lnoss authored Dec 19, 2023
1 parent 8fc8740 commit 3731d81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
run: |
pnpm build --target=chrome-mv3 --zip
mv build/chrome-mv3-prod.zip chromium-addon-${{ steps.package-version.outputs.current-version }}.zip
- name: Browser Platform Publisher
uses: PlasmoHQ/[email protected]
with:
keys: ${{ secrets.SUBMIT_KEYS }}
verbose: true
#- name: Browser Platform Publisher
# uses: PlasmoHQ/[email protected]
# with:
# keys: ${{ secrets.SUBMIT_KEYS }}
# verbose: true
- name: Generate release
uses: ncipollo/[email protected]
id: release-action
Expand Down

0 comments on commit 3731d81

Please sign in to comment.