Skip to content

Commit 40d88dc

Browse files
committed
Fix workflow
1 parent 3b22ceb commit 40d88dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
permissions:
4242
contents: write
4343
steps:
44+
- name: Checkout ${{ github.repository }}
45+
uses: actions/checkout@v6
4446
- name: Download artifact
4547
uses: actions/download-artifact@v5
4648
- name: Extract release notes

0 commit comments

Comments
 (0)