Skip to content

Commit 4294058

Browse files
chore: dev release test
1 parent d427a6a commit 4294058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
needs: [get_commit_id, tag_release]
4040
uses: ./.github/workflows/cdk_package_code.yml
4141
with:
42-
STACK_NAME: epsam
42+
STACK_NAME: epsam-test
4343
VERSION_NUMBER: ${{ needs.tag_release.outputs.version_tag }}
4444
COMMIT_ID: ${{ needs.get_commit_id.outputs.commit_id }}
4545

4646
release_dev:
4747
needs: [get_commit_id, tag_release, package_code]
4848
uses: ./.github/workflows/release_all_stacks.yml
4949
with:
50-
STACK_NAME: epsam
50+
STACK_NAME: epsam-test
5151
TARGET_ENVIRONMENT: dev
5252
VERSION_NUMBER: ${{ needs.tag_release.outputs.version_tag }}
5353
COMMIT_ID: ${{ needs.get_commit_id.outputs.commit_id }}

0 commit comments

Comments
 (0)