mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-11-23 11:50:51 +00:00
Fix error message to show correct tag name
This commit is contained in:
parent
04a674188d
commit
352dd3541a
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ export const release = async (
|
|||
} catch (error) {
|
||||
if (error.status !== 404) {
|
||||
console.log(
|
||||
`⚠️ Unexpected error fetching GitHub release for tag ${config.github_ref}: ${error}`,
|
||||
`⚠️ Unexpected error fetching GitHub release for tag ${tag}: ${error}`,
|
||||
);
|
||||
throw error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue