mirror of
https://github.com/actions/publish-action.git
synced 2025-06-24 20:01:08 +02:00
Update publish message (#22)
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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) {
|
||||
|
Reference in New Issue
Block a user