diff --git a/index.js b/index.js index f14ec99..757c24d 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,7 @@ async function run() { }).data if (!data) { - core.setFailed(`"${tag}" was not found or a release ID is not associated with it.`) + core.setFailed(`"${id}" release ID was not found.`) return } }