We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d31bec commit c9e7f5fCopy full SHA for c9e7f5f
.github/workflows/release.yml
@@ -36,19 +36,3 @@ jobs:
36
with:
37
repo_token: "${{ secrets.GITHUB_TOKEN }}"
38
prerelease: false
39
- - name: telegram notification
40
- uses: appleboy/telegram-action@master
41
- with:
42
- to: ${{ secrets.TELEGRAM_TO }}
43
- token: ${{ secrets.TELEGRAM_TOKEN }}
44
- message: |
45
- Pytezos ${{ env.RELEASE_VERSION }} has been released 🎉
46
- More info at https://github.com/baking-bad/pytezos/releases/tag/${{ env.RELEASE_VERSION }}
47
- - name: slack notification
48
- uses: Ilshidur/action-slack@master
49
- env:
50
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
51
52
- args: |
53
54
0 commit comments