Skip to content

Commit 018a23e

Browse files
committed
add checkout before running gh cli
1 parent c19967b commit 018a23e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ jobs:
321321
if: github.ref == 'refs/heads/main'
322322
runs-on: ubuntu-latest
323323
steps:
324+
- name: Checkout
325+
uses: actions/checkout@v4
326+
with:
327+
submodules: "recursive"
328+
324329
- name: Download release assets
325330
uses: actions/download-artifact@v4
326331
with:

0 commit comments

Comments
 (0)