Skip to content

Commit

Permalink
Update release script to set version in packages/web-opds-client.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee committed Nov 16, 2022
1 parent 0628123 commit 43fb68d
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 @@ -23,7 +23,7 @@ jobs:
run: npm ci

- name: Version ✅
run: npm version --no-git-tag-version ${{ github.event.release.tag_name }}
run: cd packages/web-opds-client && npm version --no-git-tag-version ${{ github.event.release.tag_name }}

- name: Test 🧪
env:
Expand Down
1 change: 0 additions & 1 deletion packages/web-opds-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@thepalaceproject/web-opds-client",
"version": "0.6.3",
"description": "OPDS web client",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 43fb68d

Please sign in to comment.