File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : Release
1+ name : Publish Release
22
33on :
44 push :
77 - v0.0.0-*
88
99jobs :
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
Original file line number Diff line number Diff 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
34344 . [ Load the extension] ( #load-extension ) into a compatible browser and enable it.
3535
You can’t perform that action at this time.
0 commit comments