Skip to content

Commit 56675d8

Browse files
author
jiachengzhen
committed
ci(openclaw-plugin): push release tag only, not protected main
MemTensor/MemOS main requires PR + status checks; pushing HEAD fails. npm publish already uses the runner workspace; tag records the release commit.
1 parent cc0c999 commit 56675d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/openclaw-plugin-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ jobs:
117117
git commit -m "release: openclaw-plugin v${{ inputs.version }}"
118118
fi
119119
git tag "openclaw-plugin-v${{ inputs.version }}"
120-
git push origin HEAD --tags
120+
# main is branch-protected on MemTensor/MemOS — push only the release tag, not HEAD
121+
git push origin "refs/tags/openclaw-plugin-v${{ inputs.version }}"

0 commit comments

Comments
 (0)