Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jan 3, 2024
2 parents e84d81f + 8718f9b commit 10cc1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Deploy Release
if: github.ref == 'refs/heads/release' && matrix.java == '11' && !contains(github.event.head_commit.message, '[ci skip]')
run: mvn -B -ff -ntp deploy -DskipTests -DskipITs
run: mvn -B -ff -ntp release:clean release:prepare release:perform -DskipTests -DskipITs
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B -ff -ntp clean install
run: mvn -B -ff -ntp clean install

0 comments on commit 10cc1a6

Please sign in to comment.