We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd56f3 commit 9dc90f3Copy full SHA for 9dc90f3
.github/workflows/cut-release.yaml
@@ -34,7 +34,8 @@ jobs:
34
MAJOR=$(echo $NEW_TAG | cut -d. -f1)
35
MINOR=$(echo $NEW_TAG | cut -d. -f2)
36
37
- repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/1")
+ # repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/1")
38
+ repoURL=$(git remote get-url origin | sed "s/github\.com/${GITHUB_USERNAME}@github.com/1")
39
echo "x${repoURL}x"
40
git remote set-url origin "${repoURL}"
41
echo 'xs'
0 commit comments