Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit fbe4cc6

Browse files
committed
Build: Use the public walk method
1 parent 1f95855 commit fbe4cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = function( Release ) {
148148
},
149149

150150
_complete: function( done ) {
151-
Release._walk([
151+
Release.walk([
152152
Release._section( "publishing demos" ),
153153
Release._publishDemos,
154154
Release._section( "publishing zip files" ),

0 commit comments

Comments
 (0)