Restore previous build-name config for snapshots and releases

This commit is contained in:
Andy Wilkinson
2024-10-21 13:15:39 +01:00
parent 156cf11e35
commit 03043693ce
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
with:
artifact-properties: |
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
build-name: ${{ format('spring-restdocs-{0}', github.ref_name) }}
build-name: 'spring-restdocs-3.0.x'
folder: 'deployment-repository'
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
repository: ${{ 'libs-snapshot-local' }}