diff --git a/.github/workflows/latest-dev.yaml b/.github/workflows/latest-dev.yaml index 603c3270..5a47152a 100644 --- a/.github/workflows/latest-dev.yaml +++ b/.github/workflows/latest-dev.yaml @@ -27,7 +27,7 @@ jobs: - name: Create application-dev.properties run: | - echo "spring.profiles.active=dev" > src/main/resources/application.properties + echo "spring.profiles.active=dev" > src/main/resources/application-dev.properties echo "${{ secrets.TEST_APP_PROPERTIES }}" | base64 --decode > src/main/resources/application-dev.properties - name: Run the Maven verify phase