Skip to content

Commit fbbf2dd

Browse files
committed
Adding the actions/checkout step to the release job to provide the .git context required by the CLI's --generate-notes flag.
1 parent 58c5fe1 commit fbbf2dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels-metal.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74+
- name: Checkout repository
75+
uses: actions/checkout@v6
76+
7477
- name: Download artifacts
7578
uses: actions/download-artifact@v6
7679
with:

0 commit comments

Comments
 (0)