Skip to content

Commit

Permalink
Create create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Dec 1, 2024
1 parent 6d91875 commit 59072e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: create-release

on:
workflow_dispatch:
inputs:
version-string:
type: string
required: true

jobs:
create-release:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
with:
version-string: ${{ inputs.version-string }}

0 comments on commit 59072e1

Please sign in to comment.