Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 31, 2024
1 parent a405928 commit d94dbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: cd backend && gradle jibDockerBuild && gradle publishImage
run: cd backend && gradle jib
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.nestapp"
version = "0.6.3"
version = "0.6.5"

application {
mainClass.set("com.nestapp.Main")
Expand Down

0 comments on commit d94dbe0

Please sign in to comment.