Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit e4e4145

Browse files
committed
ci(release): update commit action
🤞
1 parent 0a8b15a commit e4e4145

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,11 @@ jobs:
4646
env:
4747
TGT_RELEASE_VERSION: ${{ github.ref_name }}
4848

49-
- name: Push manifest change
50-
uses: EndBug/add-and-commit@v8
51-
with:
52-
add: fxmanifest.lua
53-
push: true
54-
author_name: Manifest Bumper
55-
author_email: 41898282+github-actions[bot]@users.noreply.github.com
56-
message: 'chore: bump manifest version to ${{ github.ref_name }}'
57-
58-
- name: Update tag ref
59-
uses: EndBug/latest-tag@latest
60-
with:
61-
tag-name: ${{ github.ref_name }}
49+
- name: Commit update
50+
run: |
51+
git config --global user.name "GitHub Actions"
52+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
53+
git commit -am '${{ env.RELEASE_VERSION }}'
6254
6355
- name: Bundle files
6456
run: |

0 commit comments

Comments
 (0)