Skip to content

Commit

Permalink
fix: workflow cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 4, 2023
1 parent 1e984cd commit ca117af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: corepack enable
- run: pnpm i
- run: pnpm run bundle
- run: pnpm run bundle:all
- run: pnpm chrome-webstore-upload upload --source $SOURCE --extension-id $EXTENSION_ID --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --refresh-token $REFRESH_TOKEN --auto-publish

0 comments on commit ca117af

Please sign in to comment.