Merge branch 'main' of https://github.com/Pyroxenium/Basalt2
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user