Skip to content

Commit 8ae4204

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 "action@github.com"
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 }}:x-oauth-basic@github.com/''' + 'swagger-api/swagger-codegen' + '''.git
61+
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:x-oauth-basic@github.com/swagger-api/swagger-codegen.git'
6262
- name: Run maven deploy/release
6363
if: env.RELEASE_OK == 'nope'
6464
run: |

0 commit comments

Comments
 (0)