Skip to content

Commit 8ae4204

Browse files
committed
temporary fix release workflow fix
1 parent 6cfeeac commit 8ae4204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
git config --global user.email "[email protected]"
5959
git config --global user.name "GitHub Action"
6060
git config --global hub.protocol https
61-
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-codegen' + '''.git
61+
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/swagger-api/swagger-codegen.git'
6262
- name: Run maven deploy/release
6363
if: env.RELEASE_OK == 'nope'
6464
run: |

0 commit comments

Comments
 (0)