mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Avoid posting in Discord about preview releases (for now)
Co-authored-by: Joseph Lyons <joseph@zed.dev>
This commit is contained in:
parent
760cceb378
commit
863250904b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_actions.yml
vendored
1
.github/workflows/release_actions.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Discord Webhook Action
|
- name: Discord Webhook Action
|
||||||
uses: tsickert/discord-webhook@v5.3.0
|
uses: tsickert/discord-webhook@v5.3.0
|
||||||
|
if: ${{ ! github.event.release.prerelease }}
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
content: |
|
content: |
|
||||||
|
|
Loading…
Reference in a new issue