Skip to content

Commit

Permalink
Add the option to set the release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Aug 23, 2023
1 parent 66303fd commit dc66ad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vector_build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Create Specification Document
on:
workflow_dispatch:
inputs:
version:
description: 'Release version, e.g. X.Y.Z:'
required: true
type: string
prerelease:
description: 'Tag as a pre-release?'
required: false
Expand All @@ -18,7 +22,6 @@ on:
push:
branches:
- main
- master

jobs:
build:
Expand Down

0 comments on commit dc66ad0

Please sign in to comment.