Skip to content

Commit

Permalink
add update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenek-jonas committed Oct 5, 2023
1 parent a85e575 commit 7955538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -U
2 changes: 1 addition & 1 deletion .github/workflows/maven_deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
server-password: MAVEN_PASSWORD
gpg-passphrase: PASSPHRASE
- name: Make a snapshot
run: mvn -Pdeploy -Pproduction --no-transfer-progress --batch-mode clean deploy
run: mvn -Pdeploy -Pproduction --no-transfer-progress --batch-mode clean deploy -U
env:
MAVEN_USERNAME: ${{ secrets.ORG_OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.ORG_OSSRH_PASSWORD }}
Expand Down

0 comments on commit 7955538

Please sign in to comment.