Skip to content

Commit 0ec9926

Browse files
committed
Fix git push command in workflow
1 parent 87298de commit 0ec9926

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
@@ -351,7 +351,7 @@ jobs:
351351
git commit -m "${name} ${version}"
352352
done
353353
# Use the token for authentication when pushing
354-
git push https://${GITHUB_USER}:${HOMEBREW_TAP_TOKEN}@github.com/openSVM/lessvm.git
354+
git push origin HEAD:main
355355
356356
announce:
357357
needs:

0 commit comments

Comments
 (0)