Skip to content

Commit

Permalink
Update packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Nov 8, 2023
1 parent bcdd8f9 commit d57f6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: automation-scripts/npm-packages
working-directory: api/npm-packages
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -35,5 +35,6 @@ jobs:
run: |-
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add news.json
git commit -m "Update packages.json" || true
git push

0 comments on commit d57f6ac

Please sign in to comment.