Skip to content

Commit dc66ad0

Browse files
authored
Add the option to set the release tag
1 parent 66303fd commit dc66ad0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/vector_build-pdf.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: Create Specification Document
44
on:
55
workflow_dispatch:
66
inputs:
7+
version:
8+
description: 'Release version, e.g. X.Y.Z:'
9+
required: true
10+
type: string
711
prerelease:
812
description: 'Tag as a pre-release?'
913
required: false
@@ -18,7 +22,6 @@ on:
1822
push:
1923
branches:
2024
- main
21-
- master
2225

2326
jobs:
2427
build:

0 commit comments

Comments
 (0)