Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 6115792

Browse files
author
Martynas Žilinskas
committed
CI testing.
1 parent ff92a2b commit 6115792

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build & Publish
11+
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v1
1314
- uses: actions/setup-node@v1
@@ -17,7 +18,7 @@ jobs:
1718
- run: npm install
1819
- run: npm test
1920
- run: npm run build
20-
- run: yarn publish
21+
- run: npm publish
2122
env:
2223
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2324

0 commit comments

Comments
 (0)