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 c3d2d70 commit da98a79Copy full SHA for da98a79
.github/workflows/pull_request.yml
@@ -79,7 +79,7 @@ jobs:
79
needs: [get_issue_number, package_code, get_commit_id]
80
uses: ./.github/workflows/sam_release_code.yml
81
with:
82
- ARTIFACT_BUCKET_PREFIX: ${{needs.tag_release.outputs.version_tag}}
+ ARTIFACT_BUCKET_PREFIX: ${{needs.get_issue_number.outputs.issue_number}}
83
STACK_NAME: fhir-validator
84
TARGET_ENVIRONMENT: recovery
85
BUILD_ARTIFACT: packaged_code
0 commit comments