Update createchangelog.yml

This commit is contained in:
hubster-bot 2024-07-16 16:59:43 +01:00
parent 3e596193f6
commit 2990ec5338

View File

@ -2,7 +2,8 @@ name: Update update.mb on Release
on:
release:
types: [published]
types: [published, prereleased]
workflow_dispatch: # Add this line to enable manual triggering
jobs:
update-file:
@ -14,7 +15,7 @@ jobs:
- name: Get all releases and update update.mb file
run: |
# Fetch all releases using GitHub CLI
# Fetch all releases including pre-releases using GitHub CLI
gh release list --limit 1000 > releases.txt
# Extract numeric versions and create update.mb content