Skip to content

Commit

Permalink
Merge pull request #35 from jcam1/develop
Browse files Browse the repository at this point in the history
Release 2024-08-26 17:19:31 +0900
  • Loading branch information
SeiyaKobayashi authored Aug 26, 2024
2 parents 03917da + f360705 commit 9f6f167
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ inputs:
node-auth-token:
description: 'node token for authorization'
required: true
working-directory:
description: 'working directory'
required: true

runs:
using: composite
steps:
- name: Publish package
run: yarn publish
run: yarn publish --cwd ${{ inputs.working-directory }}
shell: bash
env:
NODE_AUTH_TOKEN: ${{ inputs.node-auth-token }}
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- uses: ./.github/actions/install-dependencies
- uses: ./.github/actions/publish-package
with:
working-directory: ./packages/core
node-auth-token: ${{ secrets.NPM_TOKEN }}

publish-v1:
Expand All @@ -99,4 +100,5 @@ jobs:
- uses: ./.github/actions/install-dependencies
- uses: ./.github/actions/publish-package
with:
working-directory: ./packages/v1
node-auth-token: ${{ secrets.NPM_TOKEN }}
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.1.0",
"version": "1.2.0",
"engines": {
"node": "^20.12.0",
"yarn": "^1.22.22"
Expand Down
1 change: 0 additions & 1 deletion packages/core/README-ja.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/v1/README-ja.md

This file was deleted.

0 comments on commit 9f6f167

Please sign in to comment.