Skip to content

Commit 222f39f

Browse files
updated release workflow
1 parent 60cb1c6 commit 222f39f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
working-directory: dist/ngbootstrap
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44-
run: npm publish --provenance --access public
44+
OTP: ${{ secrets.NPM_OTP }}
45+
run: npm publish --provenance --access public --otp "$OTP"

0 commit comments

Comments
 (0)