Merge pull request #1414 from esx-framework/dev

🚑 Fix release actions
This commit is contained in:
Gellipapa
2024-10-14 22:30:41 +02:00
committed by GitHub
+6
View File
@@ -24,6 +24,11 @@ on:
type: string
description: Specify true or false if you want to create a new branch.
required: false
fxmanifestPath:
type: string
description: Specify fxmanifest path if fxmanifest is not in the root folder.
required: false
default: 'fxmanifest.lua'
jobs:
simple-create-release:
@@ -34,3 +39,4 @@ jobs:
versionNumber: ${{ github.event.inputs.versionNumber }}
excludeOptions: ${{ github.event.inputs.excludeOptions }}
neededNewBranch: ${{ github.event.inputs.neededNewBranch }}
fxmanifestPath: ${{ github.events.inputs.fxmanifestPath }}