Skip to content

Commit 077c356

Browse files
committed
Update message
1 parent 1812af5 commit 077c356

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/github.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,8 @@ export class GitHub {
230230
});
231231
}
232232
} catch (err) {
233-
// Assuming tag was manually pushed in custom publish script
234233
core.warning(
235-
`Failed to create git tag "${tag}": ${(err as Error).message}`,
234+
`Failed to create git tag "${tag}". Assuming it was manually pushed by the publish script: ${(err as Error).message}`,
236235
);
237236
}
238237
}

0 commit comments

Comments
 (0)