Skip to content

Commit

Permalink
Merge pull request #14 from navenduraisamy/release
Browse files Browse the repository at this point in the history
updated workflows
  • Loading branch information
navenduraisamy authored Aug 21, 2023
2 parents eb0f883 + 2b43766 commit 7d5c7d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- name: build we-select
run: ng build we-select

- name: change directory
run: cd ./dist/we-select/

- name: publish to npm registry
run: npm publish
run: |
cd ./dist/we-select/
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit 7d5c7d9

Please sign in to comment.