Skip to content

Commit 3fcd2e4

Browse files
authored
Merge pull request #32 from Umutayb/publish-action-fix
Publish action fix
2 parents 7ac92cd + d93f7d0 commit 3fcd2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mvn \
3434
--no-transfer-progress \
3535
--batch-mode \
36-
deploy
36+
deploy -X
3737
- name: Docker Compose Down # check if it's in the right place
3838
if: always()
3939
run: docker compose down -v

0 commit comments

Comments
 (0)