Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 29, 2023
1 parent ab12af8 commit 204fa9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Maven Compile
on: push
jobs:
maven-compile:
compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
with:
java: '8'
java: '17'
11 changes: 8 additions & 3 deletions .github/workflows/main.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ name: Maven Release
on:
workflow_dispatch:
inputs:
pat:
description: "Personal access token"
required: true
type: string
version:
description: "Version number"
required: true
type: string
type: string
jobs:
maven-release:
release:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}

pat: ${{ inputs.pat }}
java: '17'

0 comments on commit 204fa9e

Please sign in to comment.