We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bdeb8 commit abf0944Copy full SHA for abf0944
.github/workflows/deploy_alpha.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "${NEW_INCREMENTAL_NUMBER}" > .alpha_version
83
84
# Update package version with 2.0.0.alpha.<incremental_number>
85
- NEW_VERSION="2.0.0.test.${INCREMENTAL_NUMBER}"
+ NEW_VERSION="2.0.0-test.${INCREMENTAL_NUMBER}"
86
npm version "${NEW_VERSION}" --no-git-tag-version
87
88
# Commit the version update and incremental number
0 commit comments