app version (ADD AWS alias A)

This commit is contained in:
mklee 2025-12-04 15:23:29 +00:00
parent b5d380fae5
commit 4c87f439a4

View file

@ -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