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: |