From 7e58003594ec2a2d0b8ca7ca2092994da7ac18c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Jun 2025 16:24:03 +0200 Subject: [PATCH] Polish "Start working on Spring Web Services 5.0" --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf07ccd0..5aa53649 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v4.1.[0-9]+ + - v5.0.[0-9]+ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: