Skip to content

Commit 2a1e31b

Browse files
committed
build: fix prepare release
- Change git remote origin to HTTPS for release prepare workflow
1 parent 528d609 commit 2a1e31b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prepare_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
java-version: '8'
2727
cache: 'maven'
2828

29+
- name: Change remote origin to HTTPS
30+
run: |
31+
git remote set-url origin https://github.com/${GITHUB_REPOSITORY}.git
32+
2933
- name: Configure Git user
3034
run: |
3135
git config user.email "actions@github.com"

0 commit comments

Comments
 (0)