Update main.yml
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
|
||||
|
||||
# Step 6: Generate Changelog
|
||||
- name: Generate Changelog
|
||||
id: changelog
|
||||
uses: heinrichreimer/github-changelog-generator-action@v2.3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
#- name: Generate Changelog
|
||||
# id: changelog
|
||||
# uses: heinrichreimer/github-changelog-generator-action@v2.3
|
||||
# with:
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Step 7: Commit all changes
|
||||
- name: Commit Changes
|
||||
@@ -79,4 +79,4 @@ jobs:
|
||||
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 commit -m "Update config, BasaltLS definitions, bundle and changelog" || exit 0
|
||||
git push
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user