Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix(workflows): copy both package.json's
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed May 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c8be84a commit f8ad5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
- name: Add files to git and commit them
run: |
cp -r ./dist ./compiled/dist
cp ./package.* ./compiled
cp ./package* ./compiled
cd compiled
git add .
git commit -m "Build ${{ github.sha }}"

0 comments on commit f8ad5a8

Please sign in to comment.