Skip to content

Commit

Permalink
Release Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 2, 2024
1 parent 7449527 commit ba0dd31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: billy1624/release-comment-on-pr@master
- name: Commenting on `${{ github.event.release.tag_name }}` release
uses: billy1624/release-comment-on-pr@master
with:
release-tag: ${{ github.event.release.tag_name }}
token: ${{ github.token }}
message: |
### :tada: Released In [${releaseTag}](${releaseUrl}) :tada:
Expand Down

0 comments on commit ba0dd31

Please sign in to comment.