Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed May 19, 2021
1 parent e1747e0 commit cdddeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
file-name: ./projects/devicewise-angular/package.json
token: ${{ secrets.GITHUB_TOKEN }}

- name: 🟥 NPM Setup
- name: 🟥 NPM setup
if: steps.check.outputs.changed == 'true'
working-directory: ./dist/devicewise-angular
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

- name: 🔴 NPM Publish
- name: 🔴 NPM publish
if: steps.check.outputs.changed == 'true'
working-directory: ./dist/devicewise-angular
run: npm publish

0 comments on commit cdddeeb

Please sign in to comment.