Skip to content

Commit

Permalink
chore: use output stream for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 9, 2024
1 parent ff7c008 commit bd31f80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
url: ${{ secrets.ANNOUNCE_WEBHOOK }}
channel: ${{ secrets.ANNOUNCE_TARGET }}
version: ${{ steps.info.outputs.version }}

- name: Announce to Telegram messenger
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
if: ${{ !contains(steps.info.outputs.version, 'rc') }}
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }}
version: ${{ steps.info.outputs.version }}
textLink: '@taiga-ui/cdk'
# TODO: uncomment later
# - name: Announce to Telegram messenger
# uses: taiga-family/ci/actions/messenger/telegram/[email protected]
# if: ${{ !contains(steps.info.outputs.version, 'rc') }}
# with:
# chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
# topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
# token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }}
# version: ${{ steps.info.outputs.version }}
# textLink: '@taiga-ui/cdk'

concurrency:
group: release-${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
id: nodejs-workspace

- run: npx nx prerender demo
- run: tree ${{ env.DIST }} -P '*.html'
Expand Down

0 comments on commit bd31f80

Please sign in to comment.