Skip to content

Commit d03a772

Browse files
committed
build: update release to work with node actions
1 parent da0b468 commit d03a772

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ jobs:
1414
uses: actions/setup-node@v2-beta
1515
with:
1616
node-version: 12
17-
- name: Yarn Action
18-
uses: borales/actions-yarn@v2.0.0
19-
with:
20-
cmd: install
21-
- name: Build
22-
uses: borales/actions-yarn@v2.0.0
23-
with:
24-
cmd: build
17+
- name: Yarn
18+
run: yarn install
2519
- name: Test
26-
uses: borales/actions-yarn@v2.0.0
27-
with:
28-
cmd: test
20+
run: yarn test
2921
- name: Release
3022
env:
3123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)