We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecac9e commit 9f313e4Copy full SHA for 9f313e4
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build and save artifacts
23
run: |
24
mkdir -p deploy-temp
25
- mvn clean deploy -B -DaltDeploymentRepository=local-repo::default::file://$PWD/deploy-temp
+ mvn clean deploy -B -DaltDeploymentRepository=local-repo::file://$PWD/deploy-temp
26
27
- name: Setup SSH
28
uses: webfactory/[email protected]
0 commit comments