Skip to content

Commit 06f8a84

Browse files
authored
add create-release workflow
1 parent 543d420 commit 06f8a84

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: create-release
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version-string:
7+
type: string
8+
required: true
9+
10+
jobs:
11+
create-release:
12+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@1.1.1
13+
version-string: ${{ inputs.version-string }}

0 commit comments

Comments
 (0)