Skip to content

Commit 31bc4d0

Browse files
authored
chore: add publish release workflow and update README link to latest release (#29)
1 parent 730f0ea commit 31bc4d0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish Release
22

33
on:
44
push:
@@ -7,8 +7,8 @@ on:
77
- v0.0.0-*
88

99
jobs:
10-
release:
11-
name: Release
10+
publish-release:
11+
name: Publish Release
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -28,12 +28,11 @@ jobs:
2828
- run: "yarn install"
2929
- run: "./etc/scripts/workflows/release.ts"
3030

31-
- name: Upload extensions
31+
- name: Upload extensions to GitHub Release
3232
uses: svenstaro/upload-release-action@v2
3333
with:
3434
repo_token: ${{ secrets.GITHUB_TOKEN }}
3535
file: target/release/m*.tar.gz
3636
file_glob: true
3737
tag: ${{ github.ref }}
38-
draft: true
3938
overwrite: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://github.com/user-attachments/assets/1fbf87fd-06d1-42bf-a06f-cc2bbdf375a8
2929
- Check the [Compatibility table](#compatibility-table) below to see which build (M2 or M3) is compatible with your browser
3030
- Note that M2 builds offer more functionality than M3 builds, so prefer M2 if your browser supports both
3131

32-
3. Download and unzip the latest compatible build from [Releases page](https://github.com/ndthanhdev/mcp-browser-kit/releases).
32+
3. Download and unzip the latest compatible build from [The Latest Release](https://github.com/ndthanhdev/mcp-browser-kit/releases/latest).
3333

3434
4. [Load the extension](#load-extension) into a compatible browser and enable it.
3535

0 commit comments

Comments
 (0)