Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/nexus-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ on:
dry_run:
description: "If true, do not upload to Nexus; only report the planned upload"
required: false
type: choice
default: "true"
options:
- "true"
- "false"
changelog:
description: "Optional release notes or changelog for Nexus"
required: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release-semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
workflow_dispatch:
inputs:
release_type:
description: "Release type: rc or stable"
description: "Release type"
required: true
type: choice
default: "rc"
options:
- rc
- stable

permissions:
contents: write
Expand Down
Loading