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 1d312e1 commit 026b11cCopy full SHA for 026b11c
.github/workflows/release.yml
@@ -29,5 +29,5 @@ jobs:
29
run: |
30
git config user.name github-actions
31
git config user.email [email protected]
32
- # git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
33
git push origin HEAD
0 commit comments