npm publish: get OTP from pass

This commit is contained in:
Marko Korhonen 2023-11-14 19:44:43 +02:00
parent 7c4e07b74c
commit 8f505d39a3
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -29,4 +29,4 @@ update-npmjs-readme:
publish: update-npmjs-readme
@git push && \
git push --tags && \
npm publish
npm publish --otp $$(pass otp services/npmjs.com)