Skip to content

Commit 8b37332

Browse files
committed
release candidate 2.0.0-rc.1
1 parent 07d442c commit 8b37332

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
working-directory: lib
1013
steps:
1114
- uses: actions/checkout@v3
1215
- uses: actions/setup-node@v3
1316
with:
1417
node-version: 16
15-
- run: npm ci
16-
- run: npm test
18+
- run: npm i yarn
19+
- run: yarn
20+
- run: yarn test
1721
- name: Upload coverage reports to Codecov
1822
uses: codecov/codecov-action@v3

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-controller-middleware",
3-
"version": "2.0.0-rc_1",
3+
"version": "2.0.0-rc.1",
44
"description": "Adjust Redux middleware to be able to use controllers with Dependency Injection to handle actions",
55
"contributors": [
66
"Artem Ignatev <[email protected]>"

0 commit comments

Comments
 (0)