1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 10:21:12 +02:00

chore: build dist (#8)

This commit is contained in:
Joaquin Santana
2024-11-19 15:31:36 +01:00
committed by GitHub
parent f39009c62d
commit 5a1e306cf2

1
dist/index.js vendored
View File

@@ -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');