Skip to content

Commit

Permalink
Add 'just' in message (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored Oct 23, 2023
1 parent b90b811 commit 71780e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
issue_number: prNumber,
owner: context.repo.owner,
repo: context.repo.repo,
body: `The changes in PR were released in [${release.name}](https://github.com/${context.repo.owner}/${context.repo.repo}/releases/tag/${release.tag_name}) 🎉.`
body: `The changes in PR were just released in [${release.name}](https://github.com/${context.repo.owner}/${context.repo.repo}/releases/tag/${release.tag_name}) 🎉.`
})
}

0 comments on commit 71780e5

Please sign in to comment.