Skip to content

Commit

Permalink
Fix development workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Nov 28, 2023
1 parent 74712e2 commit 25d500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Renames the WAR
- name: Prepare WAR
run: mv artifact/dbvtk-staging.war app.war
run: mv artifact/dbvtk-development.war app.war

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 25d500e

Please sign in to comment.