From 853600c70e8d28c904baa9e3893d70882fd892e6 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 20 Apr 2025 10:17:49 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 736cde3..9781144 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + git push