Skip to content

Commit 64a3263

Browse files
committed
fix path error
1 parent a543154 commit 64a3263

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/versioning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
# update module changelogs and bump module.json versions
3737
- name: update module changelogs
38-
run: node scripts/update-changelogs.js
38+
run: node .github/scripts/updateModules.js
3939

40-
# commit any changes from update-changelogs.js
41-
- name: commit changelog changes
40+
# commit any changes from updateModules.js
41+
- name: commit changelog/module changes
4242
run: |
4343
git config user.name "github-actions[bot]"
4444
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)