diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4232a6f..2534ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,3 +49,4 @@ jobs: - run: npm ci - run: npm config set //registry.npmjs.org/:_authToken ${{secrets.NPM_TOKEN}} - run: npm publish --otp="$(oathtool -b --totp ${{secrets.NPM_SECRET_KEY}})" +