Skip to content

Commit a4cea65

Browse files
committed
Update GitHub workflows for 7.0 generation
1 parent 6e17a05 commit a4cea65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-deploy-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
2828
/**/framework-api-*-docs.zip::zip.type=docs
2929
/**/framework-api-*-schema.zip::zip.type=schema
30-
build-name: 'spring-framework-6.2.x'
30+
build-name: 'spring-framework-7.0.x'
3131
folder: 'deployment-repository'
3232
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3333
repository: 'libs-snapshot-local'

.github/workflows/release-milestone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Milestone
22
on:
33
push:
44
tags:
5-
- v6.2.0-M[1-9]
6-
- v6.2.0-RC[1-9]
5+
- v7.0.0-M[1-9]
6+
- v7.0.0-RC[1-9]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- v6.2.[0-9]+
5+
- v7.0.[0-9]+
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

0 commit comments

Comments
 (0)