Skip to content

Commit d8f71b4

Browse files
committed
Added: deploy_alpha temporal values for testing
1 parent fe0ebcf commit d8f71b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'deploy_alpha'
33
on:
44
push:
55
branches:
6-
- placeholder_branch
6+
- 188-deploy-latest-develop-version
77

88
jobs:
99
test-unit:
@@ -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.${INCREMENTAL_NUMBER}"
85+
NEW_VERSION="2.0.0.alpha.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)