Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lifeparticle/binarytree
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 26, 2023
2 parents aa5204b + efbf1e6 commit 3d8f19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Move packages.json
run: |-
git add npm-packages.json
git mv -f npm-packages.json ../../api/packages.json
git add packages.json
git mv -f packages.json ../../api/packages.json
- name: Commit and push if changed
run: |-
Expand Down

0 comments on commit 3d8f19e

Please sign in to comment.