Skip to content

Commit

Permalink
build: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 23, 2023
1 parent 0ad3e44 commit ba75256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2445,7 +2445,7 @@ function run() {
return __async(this, arguments, function* (env = process.env) {
var _a, _b, _c;
try {
const packages = ["semantic-release"];
const packages = ["semantic-release", "debug"];
const config = getConfig(core2.getInput("config", { required: false }), defaultConfig_default, packages);
const plugins2 = Array.from((_a = config.plugins) != null ? _a : []);
const dryRun = Boolean(safeParse(core2.getInput("dry", { required: false })));
Expand Down

0 comments on commit ba75256

Please sign in to comment.