Skip to content

Commit

Permalink
Update release.yml (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berat-Dzhevdetov authored Sep 25, 2024
1 parent 7105536 commit 87555ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build UI
run: npm run build

# - name: Publish the NPM package
# run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish the NPM package
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 87555ce

Please sign in to comment.