Skip to content

Commit

Permalink
Deploy snapshots from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Mar 11, 2024
1 parent f2a4e68 commit 7827a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Dmaven.repo.local=/tmp/maven-repo install
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:/tmp/maven-repo/ install

- name: Deploy
uses: spring-io/artifactory-deploy-action@90d28f97f3e3735888ffa8648828d5f2f1b1ad21
Expand Down

0 comments on commit 7827a7a

Please sign in to comment.