Skip to content

Commit

Permalink
fix: dist to release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf authored Mar 22, 2023
1 parent 0ded50e commit e4ea031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dist-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
node-version: 14

- run: |
yarn
sed -i 's@http://localhost:8888/@/@g' .env.production
git config --global url."https://".insteadOf git://
npm install --registry=http://registry.npmmirror.com
yarn build:prod
- run: |
Expand Down

0 comments on commit e4ea031

Please sign in to comment.