File tree Expand file tree Collapse file tree 3 files changed +132
-133
lines changed Expand file tree Collapse file tree 3 files changed +132
-133
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : github.repository == 'bcoe/c8'
1010 steps :
11- - uses : GoogleCloudPlatform/release-please-action@v3
11+ - uses : GoogleCloudPlatform/release-please-action@v4
1212 id : release
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 release-type : node
16- package-name : c8
1716 # The logic below handles the npm publication:
1817 - uses : actions/checkout@v3
1918 # 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 () {
8181 env : { NODE_DEBUG : 'c8' }
8282 } )
8383 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 /
8585 )
8686 } )
8787
You can’t perform that action at this time.
0 commit comments