ci: update release workflows (#423)

This commit is contained in:
Naveen Singh 2025-06-06 20:44:25 +05:30 committed by GitHub
parent 7849e2a635
commit 11c793831e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 63 deletions

View file

@ -0,0 +1,11 @@
name: Prepare Release PR
on:
repository_dispatch:
types: [prepare-release]
workflow_dispatch:
jobs:
call-release-pr:
uses: FossifyOrg/.github/.github/workflows/prepare-release-pr.yml@main
secrets: inherit