Skip to content

Commit 876f467

Browse files
committed
fix workflow
1 parent 508ece5 commit 876f467

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: deploy
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- 'release/**'
@@ -19,8 +20,8 @@ jobs:
1920
uses: actions/setup-node@v1
2021
with:
2122
node-version: ${{ matrix.node-version }}
22-
- run: npm install
23-
- run: npm run deploy
23+
- run: yarn
24+
- run: yarn deploy
2425
env:
2526
ChromeAPI_clientId: ${{ secrets.CHROMEAPI_CLIENTID }}
2627
ChromeAPI_clientSecret: ${{ secrets.CHROMEAPI_CLIENTSECRET }}

0 commit comments

Comments
 (0)