Skip to content

Commit

Permalink
tg release bot
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 18, 2023
1 parent 6387864 commit fbeaaf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ jobs:
tag_name: ${{ github.ref }}
body_path: ${{ steps.build_changelog.outputs.changelog }}

- name: update dev-chat
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
## New Psibase release 🎉
Link: [${{ github.ref_name }}](${{ steps.create_release.outputs.url }})
Prerelease: ${{needs.prerelease-check.outputs.prerelease}}
# build-new-CLI-versions:
# name: Build new CLI version
# needs: create-psibase-release
Expand Down

0 comments on commit fbeaaf4

Please sign in to comment.