Skip to content

Commit

Permalink
ci(release): disable version bumper
Browse files Browse the repository at this point in the history
Needs some changes before we start using it
  • Loading branch information
thelindat committed Apr 19, 2022
1 parent 4e944b7 commit a78fb08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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?'

Expand Down

0 comments on commit a78fb08

Please sign in to comment.