Skip to content

Commit

Permalink
feat(TwinMakerTools): add tools-iottwinmaker to npm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gsechkin-aws authored and johnnyw-aws committed Apr 21, 2023
1 parent 3e8b9cd commit c24909f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ jobs:
package: './packages/scene-composer/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

- name: Publish @iot-app-kit/tools-iottwinmaker
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/tools-iottwinmaker/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"packages/source-iottwinmaker": {
"component": "source-iottwinmaker"
},
"packages/tools-iottwinmaker": {
"component": "tools-iottwinmaker"
},
"configuration/ts-config": {
"component": "ts-config"
},
Expand Down Expand Up @@ -63,6 +66,7 @@
"scene-composer",
"source-iotsitewise",
"source-iottwinmaker",
"tools-iottwinmaker",
"testing-util",
"core-util",
"jest-config",
Expand Down

0 comments on commit c24909f

Please sign in to comment.