Skip to content

Commit

Permalink
add workflow dispatch to public release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 30, 2024
1 parent a8b2d57 commit 7138355
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
release:
types:
- published
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
environment:
description: 'Deployment environment'
required: true
default: 'production'

jobs:
publish_packages:
Expand Down

0 comments on commit 7138355

Please sign in to comment.