Skip to content

Commit 727df77

Browse files
committed
updated action to use yarn
1 parent 8886725 commit 727df77

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1
8-
- uses: actions/setup-node@v1
8+
- uses: borales/actions-yarn@v2.3.0
99
with:
10-
node-version: 10
11-
- run: npm install
12-
- run: npm run build
10+
run: install
11+
- uses: borales/actions-yarn@v2.3.0
12+
with:
13+
cmd: build
1314
- uses: JS-DevTools/npm-publish@v1
1415
with:
1516
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)