Skip to content

Commit

Permalink
chore: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Nov 22, 2023
1 parent 18dbc6e commit a659517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
Run-CWS-Publish:
runs-on: ubuntu-latest
Expand All @@ -24,4 +25,4 @@ jobs:
- run: corepack enable
- run: pnpm i
- run: pnpm run bundle
- run: chrome-webstore-upload upload --auto-publish
- run: pnpm chrome-webstore-upload upload --auto-publish

0 comments on commit a659517

Please sign in to comment.