Skip to content

Commit

Permalink
Do not execute phase install and deploy on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Aug 2, 2024
1 parent b807901 commit cc18e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Publish package
run: |
mvn clean install deploy \
mvn clean deploy \
--batch-mode \
--update-snapshots \
--activate-profiles release \
Expand Down

0 comments on commit cc18e41

Please sign in to comment.