Skip to content

Maven Release

Maven Release #1

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. .github/workflows/release.yml (Line: 11, Col: 11): Input pat is required, but not provided while calling.
with:
version: ${{ inputs.version }}
java: '8'