Skip to content

Commit

Permalink
build: fix npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Spirig committed Nov 22, 2019
1 parent 564e34a commit c5acedc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: Restore package artifacts
uses: actions/download-artifact@v1
with:
Expand All @@ -130,6 +131,14 @@ jobs:
cp LICENSE dist/sbb-esta/angular-public
cp LICENSE dist/sbb-esta/angular-business
cp LICENSE dist/angular-showcase
- name: Copy .npmrc
run: |
cp .npmrc dist/sbb-esta/angular-core
cp .npmrc dist/sbb-esta/angular-icons
cp .npmrc dist/sbb-esta/angular-keycloak
cp .npmrc dist/sbb-esta/angular-public
cp .npmrc dist/sbb-esta/angular-business
cp .npmrc dist/angular-showcase
- name: Copy showcase package.json
run: cp projects/angular-showcase/package.json dist/angular-showcase
- name: Publish @sbb-esta/angular-core
Expand Down

0 comments on commit c5acedc

Please sign in to comment.