Skip to content

Commit

Permalink
chore: correct notification
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 24, 2024
1 parent 14d644f commit 0e8dac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
url: ${{ secrets.ANNOUNCE_WEBHOOK }}
channel: ${{ secrets.ANNOUNCE_TARGET }}
version: ${{ steps.info.outputs.version }}
version: v${{ steps.info.outputs.version }}

- name: Announce to Telegram messenger
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }}
version: ${{ steps.info.outputs.version }}
version: v${{ steps.info.outputs.version }}
textLink: '@taiga-ui/cdk'

concurrency:
Expand Down

0 comments on commit 0e8dac3

Please sign in to comment.