Skip to content

Commit a4554bd

Browse files
Blake Morganblakemorgan
authored andcommitted
Fix double printing of error
1 parent 80213c4 commit a4554bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ To view the progress of this deployment:
5959

6060
process.exit(0)
6161
} catch (error) {
62-
core.error(error)
6362
core.setFailed(error.message)
6463
}
6564
}

0 commit comments

Comments
 (0)