Skip to content

Commit df72262

Browse files
authored
add create-release action
1 parent 1a50e5e commit df72262

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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@release-version-property
13+
with:
14+
version-string: ${{ inputs.version-string }}

0 commit comments

Comments
 (0)