Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay-Maury authored Jan 3, 2024
1 parent 05a1a25 commit 4d5259b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org
- name: publish
run: npm publish --access public --otp=${{ secrets.NPM_OTP }}
run: npm publish --access public #--otp=${{ secrets.NPM_OTP }}
working-directory: .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NPM_OTP: ${{ secrets.NPM_OTP }}
#NPM_OTP: ${{ secrets.NPM_OTP }}

0 comments on commit 4d5259b

Please sign in to comment.