Skip to content

Commit ae38b60

Browse files
committed
feat: add artifact digest input to release workflow
1 parent 7cc3481 commit ae38b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release_merge_package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
with:
122122
release-tag: ${{ needs.update-packagejson.outputs.normalized-tag }}
123123
artifact-package-name: ${{ needs.build-package.outputs.package-name }}
124+
artifact-digest: ${{ needs.build-package.outputs.artifact-digest }}
124125
dry-run: ${{ inputs.dry-run }}
125126

126127
clean-branch:

0 commit comments

Comments
 (0)