Skip to content

Commit

Permalink
Update version source to package.json in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satoryu committed Jul 21, 2023
1 parent afb16cd commit 39b98d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: manifest_version
uses: sergeysova/jq-action@v2
with:
cmd: jq -r .version manifest.json
cmd: jq -r .version package.json

- name: Define package name
id: package_name
Expand Down
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Copy for Scrapbox",
"description": "Users can get a link to the page in the current tab in Scrapbox notation.",
"version": "1.5.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
Expand Down

0 comments on commit 39b98d7

Please sign in to comment.