Skip to content

Commit 1db9b57

Browse files
authored
Merge pull request #1450 from swagger-api/fix-releasr-gh-url
automation - fix release GH URL
2 parents bde4019 + 152034e commit 1db9b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git config --global user.email "[email protected]"
5656
git config --global user.name "GitHub Action"
5757
git config --global hub.protocol https
58-
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-parser' + '''.git
58+
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/swagger-api/swagger-parser.git
5959
- name: Run maven deploy/release (action-maven-publish)
6060
uses: samuelmeuli/action-maven-publish@v1
6161
if: env.RELEASE_OK == 'yes'

0 commit comments

Comments
 (0)