Skip to content

Commit

Permalink
Fix #1558: GHA config for release
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Jun 4, 2024
1 parent bcb60de commit 9bc8215
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update version with Maven

on:
workflow_dispatch:
branches:
- 'master'
- 'releases/*'
inputs:
update_type:
description: Update type
required: true
type: choice
options:
# `major` not yet supported
- minor
- bugfix

jobs:
update-version:
uses: wultra/wultra-infrastructure/.github/workflows/maven-release.yml@develop
secrets: inherit

0 comments on commit 9bc8215

Please sign in to comment.