mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add --no-verify when pushing tags (#3865)
This commit is contained in:
parent
999c3d6188
commit
48ca890c21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/marketplace-publish.yml
vendored
2
.github/workflows/marketplace-publish.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: |
|
||||
current_package_version=$(node -p "require('./src/package.json').version")
|
||||
git tag -a "v${current_package_version}" -m "Release v${current_package_version}"
|
||||
git push origin "v${current_package_version}"
|
||||
git push origin "v${current_package_version}" --no-verify
|
||||
echo "Successfully created and pushed git tag v${current_package_version}"
|
||||
- name: Publish Extension
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue