Skip to content

Commit

Permalink
build: release component package (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <[email protected]>
  • Loading branch information
woutermont authored Dec 15, 2021
1 parent c5df58d commit 33a9e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm publish packages/semcom-components
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish-docker:
name: Publish Docker image
needs: publish-npm
Expand Down
1 change: 1 addition & 0 deletions packages/semcom-components/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './components/profile.component';
export * from './components/payslip.component';
export * from './components/input.component';
export * from './components/gender.component';
export * from './components/base.component';

0 comments on commit 33a9e72

Please sign in to comment.