Skip to content

Commit

Permalink
WS-3170 - Activate baseline plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszmichalak committed May 16, 2024
1 parent bd75b3d commit 0013bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
${{ runner.os }}-maven-
- name: Release to GCP Artifacts Registry
run: mvn -B release:prepare release:perform -Darguments="-Dbnd.baseline.skip=true"
run: mvn -B release:prepare release:perform
2 changes: 1 addition & 1 deletion .github/workflows/ci-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
${{ runner.os }}-maven-
- name: Verify
run: mvn -B verify -Dbnd.baseline.skip=true
run: mvn -B verify

0 comments on commit 0013bc8

Please sign in to comment.