Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 30f403e

Browse files
authored
Update main.yml
1 parent 615b137 commit 30f403e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
draft: true
7575
files: libtf.zip
76+
body: ${{steps.changelog.outputs.changelog}}
7677
env:
7778
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7879

@@ -89,6 +90,11 @@ jobs:
8990
permissions:
9091
contents: write
9192
steps:
93+
- name: '⏳ Checkout repository'
94+
uses: actions/checkout@v3
95+
with:
96+
submodules: false
97+
9298
- name: '🤌 Download artifacts'
9399
uses: actions/download-artifact@v3
94100
with:

0 commit comments

Comments
 (0)