Skip to content

Commit 33ee359

Browse files
committed
WIP
1 parent 8e5a05b commit 33ee359

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
# update version
2727
- uses: actions/setup-node@v1
2828
- run: npm ci
29-
- run: npm version $RELEASE_VERSION
30-
env:
31-
RELEASE_VERSION: ${{github.ref}}
29+
- run: npm version ${{github.ref}}
3230

3331
# publish to NPMJS
3432
- uses: actions/setup-node@v1

.nycrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
".build/**/*.*"
1313
],
1414
"reporter": [
15-
"html",
1615
"text",
1716
"lcov"
1817
]

0 commit comments

Comments
 (0)