Skip to content

Commit 0dd645c

Browse files
authored
Update packages.yml
Former-commit-id: d57f6ac
1 parent 1c7f55d commit 0dd645c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
defaults:
1111
run:
1212
shell: bash
13-
working-directory: automation-scripts/npm-packages
13+
working-directory: api/npm-packages
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -35,5 +35,6 @@ jobs:
3535
run: |-
3636
git config --global user.email "actions@github.com"
3737
git config --global user.name "GitHub Actions"
38+
git add news.json
3839
git commit -m "Update packages.json" || true
3940
git push

0 commit comments

Comments
 (0)