Skip to content

Commit

Permalink
TOTP second try
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 2, 2024
1 parent 0eb7ed0 commit 4dd7df3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test
- run: npm publish --otp ${{ steps.wait-for-secrets.outputs.OTP }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4dd7df3

Please sign in to comment.