Skip to content

Commit da98a79

Browse files
committed
fix it
1 parent c3d2d70 commit da98a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
needs: [get_issue_number, package_code, get_commit_id]
8080
uses: ./.github/workflows/sam_release_code.yml
8181
with:
82-
ARTIFACT_BUCKET_PREFIX: ${{needs.tag_release.outputs.version_tag}}
82+
ARTIFACT_BUCKET_PREFIX: ${{needs.get_issue_number.outputs.issue_number}}
8383
STACK_NAME: fhir-validator
8484
TARGET_ENVIRONMENT: recovery
8585
BUILD_ARTIFACT: packaged_code

0 commit comments

Comments
 (0)