Skip to content

Commit

Permalink
Fix chrome deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 5, 2025
1 parent 5920a9b commit 91da043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ['master']
paths:
- 'packages/extension/package.json'
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -36,4 +37,4 @@ jobs:
dist.tar.gz
make_latest: true
name: "@msw-devtools/extension"
tag_name: "@msw-devtools/connect@latest"
tag_name: "@msw-devtools/extension@latest"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Chrome Extension is not yet published to Chrome Web Store, because it's in waiti

You can only install it downloading the build and loading it as an unpacked extension.

[![Download Chrome Extension](https://img.shields.io/badge/download-chrome_extension_dist-ff6a33)](https://github.com/vkruglikov/msw-devtools-extension/releases/tag/%40msw-devtools%2Fconnect%40latest)
[![Download Chrome Extension](https://img.shields.io/badge/download-chrome_extension_dist-ff6a33)](https://github.com/vkruglikov/msw-devtools-extension/releases/tag/%40msw-devtools%2Fextension%40latest)

0 comments on commit 91da043

Please sign in to comment.