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

Commit a78fb08

Browse files
committed
ci(release): disable version bumper
Needs some changes before we start using it
1 parent 4e944b7 commit a78fb08

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,3 @@ jobs:
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 }}"

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ game 'gta5'
77
--[[ Resource Information ]]--
88
name 'ox_inventory'
99
author 'Overextended'
10-
version '2.7.4'
10+
version '2.8.0'
1111
repository 'https://github.com/overextended/ox_inventory'
1212
description 'What even is an "ESX.Items" anyway?'
1313

0 commit comments

Comments
 (0)