Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnao305 committed Dec 6, 2021
1 parent c0debce commit 4061bc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
npm ci
npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@2.1.0
uses: mnao305/chrome-extension-upload@2.2.0
with:
file-path: dist/file.zip
extension-id: hogefuga(extension id)
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
npm ci
npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@2.1.0
uses: mnao305/chrome-extension-upload@2.2.0
with:
file-path: dist/*.zip
extension-id: hogefuga(extension id)
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
npm ci
npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@2.1.0
uses: mnao305/chrome-extension-upload@2.2.0
with:
file-path: dist/file.zip
extension-id: hogefuga(extension id)
Expand All @@ -127,7 +127,6 @@ jobs:
publish: false
```


Example with `publish-target` for publishing to `trustedTesters`:

```yaml
Expand All @@ -153,7 +152,7 @@ jobs:
npm ci
npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@2.1.0
uses: mnao305/chrome-extension-upload@2.2.0
with:
file-path: dist/file.zip
extension-id: hogefuga(extension id)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-upload",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "upload & publish extensions to the Chrome Web Store",
"main": "lib/main.js",
Expand Down

0 comments on commit 4061bc0

Please sign in to comment.