Skip to content

Commit

Permalink
chore(publish): update publish order and remove stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Mar 3, 2023
1 parent 82c3c42 commit 0e8c167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/npm-publish-alpha.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
package: './packages/source-iottwinmaker/package.json'
token: ${{ secrets.NPM_TOKEN }}

- name: Publish @iot-app-kit/scene-composer
- name: Publish @iot-app-kit/dashboard
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/scene-composer/package.json'
package: './packages/dashboard/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

- name: Publish @iot-app-kit/dashboard
- name: Publish @iot-app-kit/scene-composer
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/dashboard/package.json'
package: './packages/scene-composer/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

0 comments on commit 0e8c167

Please sign in to comment.