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 fe0ebcf commit d8f71b4Copy full SHA for d8f71b4
.github/workflows/deploy_alpha.yml
@@ -3,7 +3,7 @@ name: 'deploy_alpha'
3
on:
4
push:
5
branches:
6
- - placeholder_branch
+ - 188-deploy-latest-develop-version
7
8
jobs:
9
test-unit:
@@ -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.alpha.${INCREMENTAL_NUMBER}"
+ NEW_VERSION="2.0.0.alpha.test.${INCREMENTAL_NUMBER}"
86
npm version "${NEW_VERSION}" --no-git-tag-version
87
88
# Commit the version update and incremental number
0 commit comments