Skip to content

Commit

Permalink
Corrected the workflow_dispatch parameters for continued test
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed May 13, 2024
1 parent 2cabb66 commit efa21aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Release Production

on:
workflow_dispatch:
with:
tag: "v*"
inputs:
tag:
description: "release version:"
type: string
required: false
default: "v0.104.0"
push:
tags:
- "v*"
Expand Down

0 comments on commit efa21aa

Please sign in to comment.