Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 11, 2024
1 parent c6e9054 commit a3bc324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/announce.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release announce @taiga-ui/editor
name: Release announce
on:
push:
branches: [main]
Expand All @@ -15,6 +15,7 @@ jobs:
- id: info
run: |
echo "version=v$(node -p "require('./projects/editor/package.json').version")" >> $GITHUB_OUTPUT
echo "name=$(node -p "require('./projects/editor/package.json').name")" >> $GITHUB_OUTPUT
- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
Expand All @@ -23,7 +24,7 @@ jobs:
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }}
version: ${{ steps.info.outputs.version }}
textLink: '@taiga-ui/editor'
textLink: ${{ steps.info.outputs.name }}

concurrency:
group: announce-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit a3bc324

Please sign in to comment.