From e4e4145c8fc6cdd4ee1044cc12683e888d47bc14 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:01:31 +1100 Subject: [PATCH] ci(release): update commit action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤞 --- .github/workflows/release.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea9e428..23c479e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,19 +46,11 @@ jobs: env: TGT_RELEASE_VERSION: ${{ github.ref_name }} - - name: Push manifest change - uses: EndBug/add-and-commit@v8 - with: - add: fxmanifest.lua - push: true - author_name: Manifest Bumper - author_email: 41898282+github-actions[bot]@users.noreply.github.com - message: 'chore: bump manifest version to ${{ github.ref_name }}' - - - name: Update tag ref - uses: EndBug/latest-tag@latest - with: - tag-name: ${{ github.ref_name }} + - name: Commit update + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git commit -am '${{ env.RELEASE_VERSION }}' - name: Bundle files run: |