Skip to content

Commit 1801d17

Browse files
author
Petr Sramek
committed
fix
1 parent 3bcb8ae commit 1801d17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434

3535
secrets: inherit
3636

37+
with:
38+
run-id: ${{ needs.global-variables.outputs.github-run-id }}
39+
run-number: ${{ needs.global-variables.outputs.github-run-number }}
40+
3741
validate:
3842
name: 'Validate'
3943
needs: [build]

0 commit comments

Comments
 (0)