Skip to content

Commit

Permalink
ci(release): update commit action
Browse files Browse the repository at this point in the history
🤞
  • Loading branch information
thelindat committed Feb 2, 2024
1 parent 0a8b15a commit e4e4145
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e4e4145

Please sign in to comment.