ci: Updated main.yml
parent
f330c69c10
commit
56c2aaffd3
|
@ -10,6 +10,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- run: yarn --production
|
||||||
|
- run: git add node_modules -f
|
||||||
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
|
|
Loading…
Reference in New Issue