Skip to content

Commit

Permalink
fix: remove unnecessary task from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroEduardo committed Oct 26, 2023
1 parent 8eab2c0 commit e97395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: chmod +x gradlew

- name: 'Build and Generate JAR'
run: ./gradlew build deploy --no-daemon -P version=${{github.ref_name}}
run: ./gradlew deploy --no-daemon -P version=${{github.ref_name}}

- name: 'Wait for SSH'
run: |
Expand Down

0 comments on commit e97395d

Please sign in to comment.