Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnao305 committed Nov 22, 2021
1 parent fb3a07f commit 68fc6f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 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.0.0
uses: mnao305/chrome-extension-upload@2.1.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.0.0
uses: mnao305/chrome-extension-upload@2.1.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.0.0
uses: mnao305/chrome-extension-upload@2.1.0
with:
file-path: dist/file.zip
extension-id: hogefuga(extension id)
Expand Down
9 changes: 5 additions & 4 deletions 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.0.0",
"version": "2.1.0",
"private": true,
"description": "upload & publish extensions to the Chrome Web Store",
"main": "lib/main.js",
Expand Down

0 comments on commit 68fc6f8

Please sign in to comment.