Skip to content

Commit 026b11c

Browse files
Update release.yml
1 parent 1d312e1 commit 026b11c

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
@@ -29,5 +29,5 @@ jobs:
2929
run: |
3030
git config user.name github-actions
3131
git config user.email [email protected]
32-
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
32+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
3333
git push origin HEAD

0 commit comments

Comments
 (0)