diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index b1cb4d5..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -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 }} - java: '8' - - \ No newline at end of file