Removed RELEASE_XXX format
footer writing has been replaced with the version being in the INI sections themselves
This commit is contained in:
6
.github/workflows/generate-release-files.yml
vendored
6
.github/workflows/generate-release-files.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Generate release files
|
||||
- name: Update main INI versions
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||
run: python3 generate_release_files.py
|
||||
@@ -41,6 +41,6 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add "include/*/RELEASE_*.ini"
|
||||
git commit -m "chore: update release files [skip ci]"
|
||||
git add include/apps/apps.ini include/sysmodules/sysmodules.ini include/overlays/overlays.ini include/emulation/emulation.ini
|
||||
git commit -m "chore: update INI section versions [skip ci]"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user