Skip to content

Commit 55bdeb8

Browse files
committed
Fixed: version format in deploy_alpha.yml
1 parent d8f71b4 commit 55bdeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "${NEW_INCREMENTAL_NUMBER}" > .alpha_version
8383
8484
# Update package version with 2.0.0.alpha.<incremental_number>
85-
NEW_VERSION="2.0.0.alpha.test.${INCREMENTAL_NUMBER}"
85+
NEW_VERSION="2.0.0.test.${INCREMENTAL_NUMBER}"
8686
npm version "${NEW_VERSION}" --no-git-tag-version
8787
8888
# Commit the version update and incremental number

0 commit comments

Comments
 (0)