Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 27, 2023
1 parent 282ffba commit 5d55a86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Maven Release
on:
workflow_dispatch:
inputs:
version:
description: "Version number"
required: true
type: string
jobs:
maven-release:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}

0 comments on commit 5d55a86

Please sign in to comment.