mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
app version (ADD AWS alias A)
This commit is contained in:
parent
b5d380fae5
commit
4c87f439a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-petclinic.yml
vendored
2
.github/workflows/ci-petclinic.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Update application version (only on main)
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
APP_VERSION="v-${IMAGE_TAG}"
|
||||
APP_VERSION="A-${IMAGE_TAG}"
|
||||
echo "Set APP_VERSION: ${APP_VERSION}"
|
||||
# app.version 라인은 항상 존재한다고 가정
|
||||
sed -i "s/^app.version=.*/app.version=${APP_VERSION}/" src/main/resources/application.properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue