Skip to content

Commit 99c504a

Browse files
splincodesplincode
and
splincode
authored
ci: announce for only released packages (#1748)
Co-authored-by: splincode <omapxphp@yandex.ru>
1 parent 83bd937 commit 99c504a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: taiga-family/ci/actions/setup/variables@v1.91.0
2222
- uses: taiga-family/ci/actions/setup/node@v1.91.0
2323
- uses: taiga-family/ci/actions/run/release-it@v1.91.0
24+
id: release-it
2425
with:
2526
ref: ${{ github.ref }}
2627
mode: ${{ github.event.inputs.mode }}
@@ -31,6 +32,7 @@ jobs:
3132
id: info
3233

3334
- name: Announce to Telegram
35+
if: steps.release-it.outputs.released == 'true'
3436
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.91.0
3537
with:
3638
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}

0 commit comments

Comments
 (0)