Start development on 4.1.0 snapshots
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
with:
|
||||
artifact-properties: |
|
||||
/**/spring-ws-docs-*.zip::zip.type=docs,zip.name=spring-ws,zip.deployed=false
|
||||
build-name: 'spring-ws-4.0.x'
|
||||
build-name: 'spring-ws-4.1.x'
|
||||
folder: 'deployment-repository'
|
||||
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
repository: 'libs-snapshot-local'
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v4.0.[0-9]+
|
||||
- v4.1.[0-9]+
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user