Skip to content

Commit

Permalink
Update build-pdf.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Traynor <wmat@riscv.org>
  • Loading branch information
wmat authored Jul 24, 2024
1 parent a636166 commit 78317c3
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,21 @@ name: Create Specification Document
on:
workflow_dispatch:
inputs:
version:
description: 'Release version, e.g. X.Y.Z:'
required: true
type: string
revision_mark:
description: 'Set revision mark as Draft or Release:'
required: true
type: string
default: 'Draft'
prerelease:
description: 'Tag as a pre-release?'
create_release:
description: 'Create a new RISC-V ISA release if set to true'
required: false
type: boolean
default: true
draft:
description: 'Create release as a draft?'
default: 'false'
target_branch:
description: 'Target Branch'
required: true
default: 'main'
release_notes:
description: 'Release Notes'
required: false
type: boolean
default: false
pull_request:
push:
branches:
- main
- 78-update-version-and-add-template

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78317c3

Please sign in to comment.