Update publish message (#22)

This commit is contained in:
Konrad Pabjan
2023-01-09 04:16:12 -05:00
committed by GitHub
parent 7d07d33a07
commit dca2315f75
3 changed files with 10 additions and 31 deletions

2
dist/index.js vendored
View File

@ -148,7 +148,7 @@ async function run() {
await api_utils_1.updateTag(sourceTagName, majorTag, octokitClient);
core.setOutput('major-tag', majorTag);
core.info(`The '${majorTag}' major tag now points to the '${sourceTagName}' tag`);
const slackMessage = `The ${majorTag} tag has been successfully updated for the ${github_1.context.repo.repo} action to include changes from the ${sourceTagName}`;
const slackMessage = `The ${majorTag} tag has been successfully updated for the ${github_1.context.repo.repo} action to include changes from ${sourceTagName}`;
await reportStatusToSlack(slackMessage);
}
catch (error) {