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

chore: build dist (#11)

This commit is contained in:
Joaquin Santana
2024-11-19 16:05:19 +01:00
committed by GitHub
parent 6bfd6fdd5b
commit 3b330902be

1
dist/index.js vendored
View File

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