Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/merge-to-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Bump version in pom.xml
if: steps.version.outputs.new_tag
run: mvn versions:set -DnewVersion=${{ steps.version.outputs.new_tag }}
- name: Compile
run: mvn -B compile --file pom.xml -Ppgp-sign
- name: Install
run: mvn -B clean install -DskipTests --file pom.xml -Ppgp-sign
- name: Build with Maven
if: steps.version.outputs.new_tag
run: mvn -B package --file pom.xml -Ppgp-sign
Expand Down