mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
Update createchangelog.yml
This commit is contained in:
parent
3e596193f6
commit
2990ec5338
5
.github/workflows/createchangelog.yml
vendored
5
.github/workflows/createchangelog.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user