Skip to content

Commit

Permalink
Merge pull request #1414 from esx-framework/dev
Browse files Browse the repository at this point in the history
🚑 Fix release actions
  • Loading branch information
Gellipapa authored Oct 14, 2024
2 parents 10d0701 + f29b2fc commit 7763eab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit 7763eab

Please sign in to comment.