Skip to content

Commit

Permalink
Push 3.11.0 notification manually
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 6, 2024
1 parent 3e3c27e commit f5582d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- '*.*.0'
branches:
- tmp/push-notification

jobs:
build:
Expand All @@ -19,9 +21,9 @@ jobs:
changelog:
- 'CHANGELOG.md'
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=3.11.0" >> $GITHUB_ENV
- name: telegram notification
if: steps.filter.outputs.changelog == 'true'
# if: steps.filter.outputs.changelog == 'true'
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
Expand All @@ -30,7 +32,7 @@ jobs:
Pytezos ${{ env.RELEASE_VERSION }} has been released 🎉
More info at https://github.com/baking-bad/pytezos/releases/tag/${{ env.RELEASE_VERSION }}
- name: slack notification
if: steps.filter.outputs.changelog == 'true'
# if: steps.filter.outputs.changelog == 'true'
uses: Ilshidur/action-slack@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand Down

0 comments on commit f5582d3

Please sign in to comment.