diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33f338e65a..cedd347801 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,26 +64,3 @@ jobs: env: CI: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - bump-manifest-version: - name: "Bump fxmanifest version" - needs: create-release - runs-on: ubuntu-latest - steps: - - name: Get tag - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - name: Checkout - uses: actions/checkout@v2 - with: - ref: ${{ github.event.repository.default_branch }} - - name: Bump manifest version - run: node .github/actions/bump-manifest-version.js - env: - TGT_RELEASE_VERSION: ${{ env.RELEASE_VERSION }} - - 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): Bump manifest version to ${{ env.RELEASE_VERSION }}" diff --git a/fxmanifest.lua b/fxmanifest.lua index 3b620a48e6..11b9dcdf5b 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -7,7 +7,7 @@ game 'gta5' --[[ Resource Information ]]-- name 'ox_inventory' author 'Overextended' -version '2.7.4' +version '2.8.0' repository 'https://github.com/overextended/ox_inventory' description 'What even is an "ESX.Items" anyway?'