Skip to content

Commit d6fcfb0

Browse files
committed
Fix maven repo URL
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 864b53f commit d6fcfb0

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
@@ -64,5 +64,5 @@ jobs:
6464
GPG_TTY=$(tty)
6565
export GPG_TTY
6666
./mvnw --no-transfer-progress -B --file pom.xml \
67-
-Drepository.url=https://${{ env.USER_ID }}:${{ secrets.GH_BOT_TOKEN }}@github.com/${{ github.repository }} \
67+
-Drepository.url=https://github.com/${{ github.repository }} \
6868
-Dmaven.site.skip=true -Drelease=true deploy

0 commit comments

Comments
 (0)