Skip to content

Commit

Permalink
Added: deploy_alpha temporal values for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Sep 23, 2024
1 parent fe0ebcf commit d8f71b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'deploy_alpha'
on:
push:
branches:
- placeholder_branch
- 188-deploy-latest-develop-version

jobs:
test-unit:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
echo "${NEW_INCREMENTAL_NUMBER}" > .alpha_version
# Update package version with 2.0.0.alpha.<incremental_number>
NEW_VERSION="2.0.0.alpha.${INCREMENTAL_NUMBER}"
NEW_VERSION="2.0.0.alpha.test.${INCREMENTAL_NUMBER}"
npm version "${NEW_VERSION}" --no-git-tag-version
# Commit the version update and incremental number
Expand Down

0 comments on commit d8f71b4

Please sign in to comment.