Skip to content

Commit f7cd750

Browse files
committed
pipeline correction
1 parent cc18791 commit f7cd750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: node scripts/update-package-version.js $GITHUB_RUN_ID
2323

2424
- name: Update version number for telemetry
25-
run: npm run versionUpdater
25+
run: npm run version-updater
2626

2727
- name: Create/update the missing localization keys
2828
run: npm run localization

.github/workflows/main-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: npm i
2020

2121
- name: Update version number for telemetry
22-
run: npm run versionUpdater
22+
run: npm run version-updater
2323

2424
- name: Create/update the missing localization keys
2525
run: npm run localization

0 commit comments

Comments
 (0)