Skip to content

Commit e34b623

Browse files
refactor: remove commented-out notification steps from release workflow
1 parent d798579 commit e34b623

1 file changed

Lines changed: 0 additions & 56 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -303,59 +303,3 @@ jobs:
303303
notify_bluesky: true
304304
notify_twitter: true
305305
secrets: inherit
306-
307-
# notify:
308-
# if: ${{ needs.release-please.outputs.matrix != '[]' }}
309-
# name: Notify ${{ matrix.name }} to the socials
310-
# needs:
311-
# - release-please
312-
# continue-on-error: true
313-
# runs-on: self-hosted
314-
# strategy:
315-
# fail-fast: false
316-
# matrix:
317-
# include: ${{ fromJson(needs.release-please.outputs.matrix) }}
318-
# steps:
319-
# - uses: actions/checkout@v6
320-
# with:
321-
# ref: ${{ github.sha }}
322-
# - uses: actions/setup-python@v6
323-
# with:
324-
# python-version: '3.x'
325-
# - name: Install dependencies
326-
# shell: bash
327-
# run:
328-
# pip install -e 'tools/ci[social]'
329-
# - name: Notify ${{ matrix.name }} on Discord
330-
# continue-on-error: true
331-
# env:
332-
# RN: ${{ matrix.release-notes }}
333-
# MESSAGE: ${{ matrix.release-notes }}
334-
# DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
335-
# run: |
336-
# notify-discord ${{ matrix.name }} v${{ matrix.version }}
337-
# - name: Notify ${{ matrix.name }} on Github Discussion
338-
# continue-on-error: true
339-
# env:
340-
# RN: ${{ matrix.release-notes }}
341-
# MESSAGE: ${{ matrix.release-notes }}
342-
# GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
343-
# GH_DISCUSSION_TOKEN: ${{ secrets.GH_DISCUSSION_TOKEN }}
344-
# run: |
345-
# notify-gh-discussion ${{ matrix.name }} v${{ matrix.version }}
346-
# - name: Notify ${{ matrix.name }} on Bluesky
347-
# continue-on-error: true
348-
# env:
349-
# BLUESKY_APP_PWD: ${{ secrets.BLUESKY_APP_PWD }}
350-
# BLUESKY_APP_IDENTIFIER: ${{ secrets.BLUESKY_APP_IDENTIFIER }}
351-
# run: |
352-
# notify-bluesky ${{ matrix.name }} v${{ matrix.version }}
353-
# - name: Notify ${{ matrix.name }} on Twitter
354-
# continue-on-error: true
355-
# env:
356-
# X_API_KEY: ${{ secrets.X_API_KEY }}
357-
# X_API_SECRET: ${{ secrets.X_API_SECRET }}
358-
# X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
359-
# X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
360-
# run: |
361-
# notify-twitter ${{ matrix.name }} ${{ matrix.version }}

0 commit comments

Comments
 (0)