Skip to content

Commit

Permalink
chore: skip time announce
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 9, 2024
1 parent bd31f80 commit 54552f7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
id: info
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Announce to Time messenger
uses: taiga-family/ci/actions/messenger/time/[email protected]
if: ${{ !contains(steps.info.outputs.version, 'rc') }}
with:
url: ${{ secrets.ANNOUNCE_WEBHOOK }}
channel: ${{ secrets.ANNOUNCE_TARGET }}
version: ${{ steps.info.outputs.version }}
# TODO: uncomment later
# - name: Announce to Time messenger
# uses: taiga-family/ci/actions/messenger/time/[email protected]
# if: ${{ !contains(steps.info.outputs.version, 'rc') }}
# with:
# 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') }}
Expand Down

0 comments on commit 54552f7

Please sign in to comment.