We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfeeac commit b1310f1Copy full SHA for b1310f1
.github/workflows/release-master.yml
@@ -58,7 +58,7 @@ jobs:
58
git config --global user.email "[email protected]"
59
git config --global user.name "GitHub Action"
60
git config --global hub.protocol https
61
- git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-codegen' + '''.git
+ git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/swagger-api/swagger-codegen.git
62
- name: Run maven deploy/release
63
if: env.RELEASE_OK == 'nope'
64
run: |
0 commit comments