Commit d0eb51a20 for imagemagick.org
commit d0eb51a20da21029824c37222914debdd6b4e450
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Thu Jul 2 19:55:40 2026 +0200
Specify the current ref as an argument for the clone in the Windows source job.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 980a81235..166170589 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -228,7 +228,7 @@ jobs:
- name: Clone repositories
shell: cmd
run: |
- clone-repositories-im7.cmd
+ clone-repositories-im7.cmd ${{github.sha}}
- name: Download ChangeLog.md
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1