Skip to content

Commit 683c2d0

Browse files
authored
maybe --force will work (:
1 parent b43ddd7 commit 683c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '18.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install -g npm
19-
- run: npm install --legacy-peer-deps
19+
- run: npm install --force
2020
- run: npm publish --provenance --access public
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)