Browse Source

Update GitHub workflows for 7.0 generation

pull/33889/head
Brian Clozel 1 year ago
parent
commit
a4cea65ace
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml
  2. 4
      .github/workflows/release-milestone.yml
  3. 2
      .github/workflows/release.yml

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

@ -27,7 +27,7 @@ jobs: @@ -27,7 +27,7 @@ jobs:
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
/**/framework-api-*-docs.zip::zip.type=docs
/**/framework-api-*-schema.zip::zip.type=schema
build-name: 'spring-framework-6.2.x'
build-name: 'spring-framework-7.0.x'
folder: 'deployment-repository'
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
repository: 'libs-snapshot-local'

4
.github/workflows/release-milestone.yml

@ -2,8 +2,8 @@ name: Release Milestone @@ -2,8 +2,8 @@ name: Release Milestone
on:
push:
tags:
- v6.2.0-M[1-9]
- v6.2.0-RC[1-9]
- v7.0.0-M[1-9]
- v7.0.0-RC[1-9]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

2
.github/workflows/release.yml

@ -2,7 +2,7 @@ name: Release @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v6.2.[0-9]+
- v7.0.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

Loading…
Cancel
Save