Skip to content

Commit

Permalink
fix(ci): npm publish otp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlavoier committed Jan 15, 2023
1 parent 0fb7425 commit 3850cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --otp=037420
- run: npm publish -- --otp=037420
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clear-branches",
"version": "1.0.1-rc5",
"version": "1.0.1-rc6",
"description": "easy way to clear your local branches",
"main": "dist/clear-branches.js",
"repository": "git@github.com:jmlavoier/clear-branches.git",
Expand Down

0 comments on commit 3850cff

Please sign in to comment.