Skip to content

Commit 1880b2d

Browse files
committed
Strip 'refs/tags' from tag
Signed-off-by: Trevor Bramwell <[email protected]>
1 parent 33fcc5d commit 1880b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
mvn $MAVEN_CLI_OPTS \
3939
deploy \
40-
-D altDeploymentRepository=release::default::${MAVEN_RELEASE_REPO_URL}
40+
-D altDeploymentRepository=release::default::${MAVEN_RELEASE_REPO_URL/refs\/tags\/}
4141
env:
4242
MAVEN_RELEASE_REPO_USER: ${{ github.actor }}
4343
MAVEN_RELEASE_REPO_PASS: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)