Skip to content

Commit

Permalink
fix: move file instead of copying
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Jan 2, 2021
1 parent 4fd550d commit 2dbcc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
cp "dist/package.json" ..
mv dist/package.json ..
git commit -am "Move package.json from dist after release [skip ci]"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2dbcc5f

Please sign in to comment.