xtf-cz / xtf

MIT License
12 stars 55 forks source link

Update xtf-maven-release.yml GH Action not to use "-Prelease" when pushing into branch #559

Open mnovak1 opened 9 months ago

mnovak1 commented 9 months ago

Currently there is used: mvn -X deploy -DskipTests -Prelease when pushing into branch or tag. -Prelease can be omitted as it requires GPG key.