Skip to content

Commit

Permalink
Add workoflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 25, 2023
1 parent 47439e9 commit 44b0afe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Create 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 44b0afe

Please sign in to comment.