File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99
99
# Upload to GitHub Release using the `gh` CLI.
100
100
# `dist/` contains the built packages, and the
101
101
# sigstore-produced signatures and certificates.
102
+ # --clobber overwrites existing assets
102
103
run : >-
103
104
gh release upload "$GITHUB_REF_NAME" dist/** --repo
104
- "$GITHUB_REPOSITORY"
105
+ "$GITHUB_REPOSITORY" --clobber
Original file line number Diff line number Diff line change 3
3
<div align =" center " >
4
4
5
5
[ ![ 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 )
7
7
8
8
** An MCP server that enables AI agents to control web browsers using
9
9
[ browser-use] ( https://github.com/browser-use/browser-use ) .**
You can’t perform that action at this time.
0 commit comments