Skip to content

Commit

Permalink
Update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Nov 15, 2024
1 parent c07c0d5 commit c02d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Deploy Snapshot with Maven, version ${{ steps.project.outputs.version }}
if: ${{endsWith(steps.project.outputs.version, '-SNAPSHOT')}}
run: |
./mvnw -B --no-transfer-progress -Prelease-snapshot,javadoc-mm-reporting install
./mvnw -B --no-transfer-progress -Prelease-snapshot install -Dmaven.javadoc.skip=true
./mvnw -B --no-transfer-progress -Prelease-snapshot deploy -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
env:
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
Expand Down

0 comments on commit c02d4e2

Please sign in to comment.