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 a1ed116
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 @@ -56,7 +56,11 @@ jobs:
run: |
cd ./ui
npm pack
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
npm whoami
if: ${{ env.TAG_NAME == '' }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish RELEASE
run: |
Expand Down

0 comments on commit a1ed116

Please sign in to comment.