mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Start development of Spring Boot 4.2.x
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Deploy
|
||||
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
|
||||
with:
|
||||
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.1.x') || format('spring-boot-{0}', '4.1.x') }}
|
||||
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.2.x') || format('spring-boot-{0}', '4.2.x') }}
|
||||
folder: 'deployment-repository'
|
||||
password: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_PASSWORD || secrets.ARTIFACTORY_PASSWORD }}
|
||||
project: ${{ vars.COMMERCIAL && 'spring' }}
|
||||
|
||||
@@ -2,8 +2,8 @@ name: Release Milestone
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v4.1.0-M[0-9]
|
||||
- v4.1.0-RC[0-9]
|
||||
- v4.2.0-M[0-9]
|
||||
- v4.2.0-RC[0-9]
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v4.1.[0-9]+
|
||||
- v4.2.[0-9]+
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user