This commit is contained in:
Robert Jelic
2025-04-20 10:27:51 +02:00

View File

@@ -66,11 +66,11 @@ jobs:
keep_files: true keep_files: true
# Step 6: Generate Changelog # Step 6: Generate Changelog
- name: Generate Changelog #- name: Generate Changelog
id: changelog # id: changelog
uses: heinrichreimer/github-changelog-generator-action@v2.3 # uses: heinrichreimer/github-changelog-generator-action@v2.3
with: # with:
token: ${{ secrets.GITHUB_TOKEN }} # token: ${{ secrets.GITHUB_TOKEN }}
# Step 7: Commit all changes # Step 7: Commit all changes
- name: Commit Changes - name: Commit Changes
@@ -79,4 +79,4 @@ jobs:
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add config.lua BasaltLS.lua release/basalt.lua CHANGELOG.md git add config.lua BasaltLS.lua release/basalt.lua CHANGELOG.md
git commit -m "Update config, BasaltLS definitions, bundle and changelog" || exit 0 git commit -m "Update config, BasaltLS definitions, bundle and changelog" || exit 0
git push git push