Skip to content

Commit cbaa55f

Browse files
committed
retry npm publish gha
1 parent 9866f1a commit cbaa55f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
- run: npm install
1414
- run: npm run review
15-
16-
# The --legacy-peer-deps is needed because of compatibility reasons.
17-
- run: npm login --legacy-peer-deps
15+
- run: npm publish
1816
env:
1917
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20-
- run: npm publish

0 commit comments

Comments
 (0)