mirror of
https://github.com/actions/publish-action.git
synced 2026-01-01 06:57:29 +08: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