This repository was archived by the owner on Apr 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed
Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 6464 env :
6565 CI : false
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67- bump-manifest-version :
68- name : " Bump fxmanifest version"
69- needs : create-release
70- runs-on : ubuntu-latest
71- steps :
72- - name : Get tag
73- run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
74- - name : Checkout
75- uses : actions/checkout@v2
76- with :
77- ref : ${{ github.event.repository.default_branch }}
78- - name : Bump manifest version
79- run : node .github/actions/bump-manifest-version.js
80- env :
81- TGT_RELEASE_VERSION : ${{ env.RELEASE_VERSION }}
82- - name : Push manifest change
83- uses : EndBug/add-and-commit@v8
84- with :
85- add : fxmanifest.lua
86- push : true
87- author_name : Manifest Bumper
88- author_email : 41898282+github-actions[bot]@users.noreply.github.com
89- message : " chore(bump-manifest): Bump manifest version to ${{ env.RELEASE_VERSION }}"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ game 'gta5'
77--[[ Resource Information ]] --
88name ' ox_inventory'
99author ' Overextended'
10- version ' 2.7.4 '
10+ version ' 2.8.0 '
1111repository ' https://github.com/overextended/ox_inventory'
1212description ' What even is an "ESX.Items" anyway?'
1313
You can’t perform that action at this time.
0 commit comments