From 3b330902bec5ea329848d441012416d9188fab8f Mon Sep 17 00:00:00 2001 From: Joaquin Santana Date: Tue, 19 Nov 2024 16:05:19 +0100 Subject: [PATCH] chore: build dist (#11) --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 26c60bf..863f440 100644 --- a/dist/index.js +++ b/dist/index.js @@ -136716,7 +136716,6 @@ async function main() { core.info(`Running release-please version: ${release_please_1.VERSION}`); const inputs = parseInputs(); const github = await getGitHubInstance(inputs); - core.info(`using gitusername ${inputs.gitUsername}`); if (!inputs.skipGitHubRelease) { const manifest = await loadOrBuildManifest(github, inputs); core.debug('Creating releases');