summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-18 09:56:08 -0600
committerAiden Cline <[email protected]>2025-12-18 09:56:08 -0600
commitee3d034e1689416df90aabb71100fec25a759068 (patch)
tree6ea4ffde0e8e7a152a58df2b6b00eba0a473b14d /.github
parent257a4d5b86c42d3b8a76b13c5064226a988f78f3 (diff)
downloadopencode-ee3d034e1689416df90aabb71100fec25a759068.tar.gz
opencode-ee3d034e1689416df90aabb71100fec25a759068.zip
ci: fix discord
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/notify-discord.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml
index d12cc7d73..62577ecf0 100644
--- a/.github/workflows/notify-discord.yml
+++ b/.github/workflows/notify-discord.yml
@@ -2,7 +2,7 @@ name: discord
on:
release:
- types: [published] # fires only when a release is published
+ types: [released] # fires when a draft release is published
jobs:
notify: