Skip to content

Commit 778e8d3

Browse files
authored
Merge pull request #38 from co-browser/fix/ci-release-upload
fix(ci): improve release upload robustness and update readme badge
2 parents d33587e + e649f5e commit 778e8d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
# Upload to GitHub Release using the `gh` CLI.
100100
# `dist/` contains the built packages, and the
101101
# sigstore-produced signatures and certificates.
102+
# --clobber overwrites existing assets
102103
run: >-
103104
gh release upload "$GITHUB_REF_NAME" dist/** --repo
104-
"$GITHUB_REPOSITORY"
105+
"$GITHUB_REPOSITORY" --clobber

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44

55
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser)
6-
[![PyPI version](https://badge.fury.io/py/browser-use-mcp-server.svg)](https://pypi.org/project/browser-use-mcp-server/)
6+
[![PyPI version](https://badge.fury.io/py/browser-use-mcp-server.svg)](https://badge.fury.io/py/browser-use-mcp-server)
77

88
**An MCP server that enables AI agents to control web browsers using
99
[browser-use](https://github.com/browser-use/browser-use).**

0 commit comments

Comments
 (0)