File tree 3 files changed +132
-133
lines changed
3 files changed +132
-133
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
if : github.repository == 'bcoe/c8'
10
10
steps :
11
- - uses : GoogleCloudPlatform/release-please-action@v3
11
+ - uses : GoogleCloudPlatform/release-please-action@v4
12
12
id : release
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
release-type : node
16
- package-name : c8
17
16
# The logic below handles the npm publication:
18
17
- uses : actions/checkout@v3
19
18
# these if statements ensure that a publication only occurs when
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ beforeEach(function () {
81
81
env : { NODE_DEBUG : 'c8' }
82
82
} )
83
83
output . toString ( 'utf8' ) . should . match (
84
- / E r r o r : E N O E N T : n o s u c h f i l e o r d i r e c t o r y .* l o a d e r s \. j s /
84
+ / E r r o r : E N O E N T : n o s u c h f i l e o r d i r e c t o r y .* l o a d e r \. j s /
85
85
)
86
86
} )
87
87
You can’t perform that action at this time.
0 commit comments