Skip to content

Commit d7c7691

Browse files
committed
fix it
1 parent 554cd78 commit d7c7691

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
@@ -75,7 +75,7 @@ jobs:
7575
secrets:
7676
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
7777
release_ref:
78-
needs: [release_dev, package_code, get_commit_id]
78+
needs: [release_dev, get_issue_number, package_code, get_commit_id]
7979
uses: ./.github/workflows/sam_release_code.yml
8080
with:
8181
ARTIFACT_BUCKET_PREFIX: fhir-validator-PR-${{needs.get_issue_number.outputs.issue_number}}

0 commit comments

Comments
 (0)