Skip to content

Maven Release

Maven Release #2

Workflow file for this run

name: Maven Release
on:
workflow_dispatch:
inputs:
version:
description: "Version number"
required: true
type: string
jobs:
release:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Maven Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 11, Col: 11): Error from called workflow RegioneER/parer-github-template/.github/workflows/release.yml@v1 (Line: 38, Col: 9): 'if' is already defined
with:
version: ${{ inputs.version }}
java: '8'