We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b22ceb commit 40d88dcCopy full SHA for 40d88dc
.github/workflows/build.yml
@@ -41,6 +41,8 @@ jobs:
41
permissions:
42
contents: write
43
steps:
44
+ - name: Checkout ${{ github.repository }}
45
+ uses: actions/checkout@v6
46
- name: Download artifact
47
uses: actions/download-artifact@v5
48
- name: Extract release notes
0 commit comments