Skip to content

Commit cc18e41

Browse files
committed
Do not execute phase install and deploy on releases
1 parent b807901 commit cc18e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Publish package
5555
run: |
56-
mvn clean install deploy \
56+
mvn clean deploy \
5757
--batch-mode \
5858
--update-snapshots \
5959
--activate-profiles release \

0 commit comments

Comments
 (0)