Skip to content

Commit 3341195

Browse files
authored
Update release.yml (#7077)
1 parent a8015a9 commit 3341195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ jobs:
367367
shell: bash
368368
run: |
369369
set -ex
370-
tdnf install --snapshottime=${{ needs.build_release.outputs.SOURCE_DATE_EPOCH }} -y jq
370+
tdnf install --snapshottime=${{ needs.build_release.outputs.SOURCE_DATE_EPOCH }} -y jq
371+
git config --global --add safe.directory /__w/CCF/CCF
371372
./reproduce/reproduce_rpm.sh repro/reproduce-${{ matrix.platform.name }}.json
372373
RPM_NAMES=$(ls "$REPRO_DIR" || true)
373374
if [ -z "$RPM_NAMES" ]; then

0 commit comments

Comments
 (0)