Skip to content

Commit

Permalink
ci: remove the \
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed May 3, 2024
1 parent 9aa95b9 commit f3de2c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: pnpm install wxt
- name: Submit Extension
run: |
pnpm build \
pnpm pack:zip \
pnpm wxt submit --chrome-zip ./extension.zip \
pnpm build-firefox \
pnpm pack:zip-firefox \
pnpm build
pnpm pack:zip
pnpm wxt submit --chrome-zip ./extension.zip
pnpm build-firefox
pnpm pack:zip-firefox
pnpm wxt submit --firefox-zip ./extension-firefox.zip
env:
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
Expand Down

0 comments on commit f3de2c5

Please sign in to comment.