Skip to content

Commit 4acc49b

Browse files
committed
chore: another issue with CI script
1 parent c9abdd6 commit 4acc49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
131131
NEW_VERSION=$(node -p "require('./package.json').version")
132-
yarn npm publish --access=public --network-timeout 100000 --tag ${{ steps.do-publish.outputs.tag }}
132+
yarn npm publish --access=public --tag ${{ steps.do-publish.outputs.tag }}
133133
env:
134134
CI: true
135135

0 commit comments

Comments
 (0)