Skip to content

Commit e4ea031

Browse files
authored
fix: dist to release (#42)
1 parent 0ded50e commit e4ea031

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dist-to-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
node-version: 14
2323

2424
- run: |
25-
yarn
25+
sed -i 's@http://localhost:8888/@/@g' .env.production
26+
git config --global url."https://".insteadOf git://
27+
npm install --registry=http://registry.npmmirror.com
2628
yarn build:prod
2729
2830
- run: |

0 commit comments

Comments
 (0)