We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc18791 commit f7cd750Copy full SHA for f7cd750
.github/workflows/dev-release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: node scripts/update-package-version.js $GITHUB_RUN_ID
23
24
- name: Update version number for telemetry
25
- run: npm run versionUpdater
+ run: npm run version-updater
26
27
- name: Create/update the missing localization keys
28
run: npm run localization
.github/workflows/main-release.yml
@@ -19,7 +19,7 @@ jobs:
19
run: npm i
20
21
0 commit comments