Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Fix the tag check release workflow #5

Fix the tag check release workflow

Fix the tag check release workflow #5

Workflow file for this run

name: "Check release"
on:
push:
tags:
- v*
permissions: read-all
jobs:
build:
name: Maven build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 11
- name: Build with Maven
run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -DskipPublishing -Prun-its,release