Skip to content

Commit

Permalink
Merge pull request #604 from jsonwan/github_chore/github_actions
Browse files Browse the repository at this point in the history
chore: 修复github workflow tag release #603
  • Loading branch information
jsonwan authored Jan 6, 2022
2 parents c8535ee + 0086377 commit f4f0c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo "npm version=$(npm -v)"
export JOB_VERSION=${{ steps.variables.outputs.version }}
npm i && npm run build
npm i --legacy-peer-deps && npm run build
mkdir -p release/job/frontend
cp -r dist/* release/job/frontend
working-directory: src/frontend
Expand Down

0 comments on commit f4f0c76

Please sign in to comment.