fromm running npm run all

This commit is contained in:
boxofyellow
2024-01-26 13:10:01 -08:00
parent 78e9f1d365
commit 1191379019
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export async function run(pathInput: string): Promise<void> {
core.setOutput('package-manifest-sha', `sha256:${manifestHash}`)
} catch (error) {
// Fail the workflow run if an error occurs
// if (error instanceof Error) core.setFailed(error.message)
if (error instanceof Error) core.setFailed(error.message)
} finally {
// Clean up any temporary directories that exist
for (const tmpDir of tmpDirs) {