Skip to content

Commit

Permalink
ci: announce for only released packages
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 2, 2024
1 parent 768fce8 commit 96178fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/run/[email protected]
id: release-it
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
Expand All @@ -32,7 +33,8 @@ jobs:
path: ./projects/ng-polymorpheus/package.json

- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
if: steps.release-it.outputs.released == 'true'
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down

0 comments on commit 96178fc

Please sign in to comment.