We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a543154 commit 64a3263Copy full SHA for 64a3263
1 file changed
.github/workflows/versioning.yml
@@ -35,10 +35,10 @@ jobs:
35
36
# update module changelogs and bump module.json versions
37
- name: update module changelogs
38
- run: node scripts/update-changelogs.js
+ run: node .github/scripts/updateModules.js
39
40
- # commit any changes from update-changelogs.js
41
- - name: commit changelog changes
+ # commit any changes from updateModules.js
+ - name: commit changelog/module changes
42
run: |
43
git config user.name "github-actions[bot]"
44
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments