Skip to content

Commit

Permalink
Merge pull request #41 from jcam1/fix/sdk-core
Browse files Browse the repository at this point in the history
Fixed `publish` Workflow
  • Loading branch information
SeiyaKobayashi authored Aug 26, 2024
2 parents 8d65807 + cc8be17 commit 1f64066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- name: Build package
run: yarn run compile
- uses: ./.github/actions/publish-package
with:
working-directory: ./packages/core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": "https://github.com/jcam1/sdks.git",
"license": "MIT",
"version": "1.4.0",
"version": "1.5.0",
"engines": {
"node": "^20.12.0",
"yarn": "^1.22.22"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Core SDK for JPYC protocol",
"repository": "https://github.com/jcam1/sdks.git",
"license": "MIT",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1f64066

Please sign in to comment.