Skip to content

Commit f6b50a1

Browse files
committed
Checkout git source to access changelog for GitHub release creation
1 parent f990ebf commit f6b50a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,12 @@ jobs:
739739
discussions: write
740740

741741
steps:
742+
- name: Fetch the src snapshot
743+
uses: actions/checkout@v3
744+
with:
745+
fetch-depth: 1
746+
ref: ${{ github.event.inputs.release-commitish }}
747+
742748
- name: Download all the dists
743749
uses: actions/download-artifact@v2
744750
with:

0 commit comments

Comments
 (0)