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.
2 parents ca59571 + 1880b2d commit 0bbfd8fCopy full SHA for 0bbfd8f
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
mvn $MAVEN_CLI_OPTS \
39
deploy \
40
- -D altDeploymentRepository=release::default::${MAVEN_RELEASE_REPO_URL}
+ -D altDeploymentRepository=release::default::${MAVEN_RELEASE_REPO_URL/refs\/tags\/}
41
env:
42
MAVEN_RELEASE_REPO_USER: ${{ github.actor }}
43
MAVEN_RELEASE_REPO_PASS: ${{ secrets.GITHUB_TOKEN }}
0 commit comments