Skip to content

Commit a90a1d3

Browse files
committed
pipeline correction
1 parent f7cd750 commit a90a1d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 version-updater
25+
run: npm run versionUpdater
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 version-updater
22+
run: npm run versionUpdater
2323

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "heft clean",
1111
"serve": "fast-serve",
1212
"start": "heft start --clean",
13-
"versionUpdater": "heft versionUpdater",
13+
"versionUpdater": "heft version-updater",
1414
"eject-webpack": "heft eject-webpack",
1515
"karma": "karma start --circle true",
1616
"changelog": "node scripts/create-changelog.js && node scripts/sync-changelogs.js && heft version-updater",

0 commit comments

Comments
 (0)