Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jan 23, 2024
1 parent 7d530ad commit de08ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
version:
description: 'Version to release'
required: false
upload_to_maven:
description: 'Upload to Maven'
required: false
default: false
github_release:
description: 'Create Github release'
required: false
default: false
upload_to_azure:
description: 'Upload to Azure storage'
required: false
default: false

jobs:
release:
Expand Down

0 comments on commit de08ccf

Please sign in to comment.