Skip to content

Commit 0bbfd8f

Browse files
authored
Merge pull request #12 from bramwelt-gitlab-test/release-by-ref
Strip 'refs/tags' from tag
2 parents ca59571 + 1880b2d commit 0bbfd8f

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)