mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-08-04 17:37:57 +08:00
remove node_modules
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
module.exports = registerPlugin
|
||||
|
||||
const factory = require('./factory')
|
||||
|
||||
function registerPlugin (plugins, pluginFunction) {
|
||||
return factory(plugins.includes(pluginFunction) ? plugins : plugins.concat(pluginFunction))
|
||||
}
|
||||
Reference in New Issue
Block a user