fix gh action workflows

This commit is contained in:
Ronald A. Richardson
2025-05-22 12:18:48 +08:00
parent d94dff7fbb
commit dca23f7e3f
2 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Fleetbase Binaries name: Build Fleetbase Binaries
on: on:
workflow_run: workflow_run:

View File

@@ -1,8 +1,14 @@
name: Discord Announcement name: Discord Announcement
on: on:
release: workflow_run:
types: [published] workflows: ["Create Release"]
types: [completed]
workflow_dispatch:
inputs:
tag:
description: 'Release tag (e.g. v1.0.0)'
required: true
jobs: jobs:
discord_announcement: discord_announcement: