Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Dec 1, 2023
1 parent e68960b commit 9d1952a
Showing 1 changed file with 4 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 @@ -54,9 +54,13 @@ jobs:

- name: Build SNAPSHOT
run: |
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
cd ./ui
npm whoami
npm pack
if: ${{ env.TAG_NAME == '' }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish RELEASE
run: |
Expand Down

0 comments on commit 9d1952a

Please sign in to comment.