From 5a1e306cf20fa888a9422817e233c9cb14b06b9c Mon Sep 17 00:00:00 2001 From: Joaquin Santana Date: Tue, 19 Nov 2024 15:31:36 +0100 Subject: [PATCH] chore: build dist (#8) --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 3f76eca..b5cb48b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -136716,6 +136716,7 @@ 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');