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 d427a6a commit 4294058Copy full SHA for 4294058
.github/workflows/release.yml
@@ -39,15 +39,15 @@ jobs:
39
needs: [get_commit_id, tag_release]
40
uses: ./.github/workflows/cdk_package_code.yml
41
with:
42
- STACK_NAME: epsam
+ STACK_NAME: epsam-test
43
VERSION_NUMBER: ${{ needs.tag_release.outputs.version_tag }}
44
COMMIT_ID: ${{ needs.get_commit_id.outputs.commit_id }}
45
46
release_dev:
47
needs: [get_commit_id, tag_release, package_code]
48
uses: ./.github/workflows/release_all_stacks.yml
49
50
51
TARGET_ENVIRONMENT: dev
52
53
0 commit comments