Skip to content

Commit 24bd18c

Browse files
committed
fix: update JAR version in deployment workflow to match new versioning scheme
1 parent 44c25ff commit 24bd18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
echo "Checking build artifacts..."
9797
for service in api-gateway eureka-server recommendation-service statistics-service user-tracking-service; do
98-
if [ -f "$service/target/$service-1.0-SNAPSHOT.jar" ]; then
98+
if [ -f "$service/target/$service-0.0.1-SNAPSHOT.jar" ]; then
9999
echo "$service build successful"
100100
else
101101
echo "Error: $service build failed - JAR not found"

0 commit comments

Comments
 (0)