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 e887a3d commit 2999985Copy full SHA for 2999985
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
git config --global user.email "[email protected]"
56
git config --global user.name "GitHub Action"
57
git config --global hub.protocol https
58
- git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-parser' + '''.git
+ git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/swagger-api/swagger-parser.git
59
- name: Run maven deploy/release (action-maven-publish)
60
uses: samuelmeuli/action-maven-publish@v1
61
if: env.RELEASE_OK == 'yes'
0 commit comments